home *** CD-ROM | disk | FTP | other *** search
/ Venus 7000 / darktronics.iso / Software / Service Packs / WinXPSP1.exe / ip / system.ad_ / system.adm
Encoding:
Windows Policy Administrative Template - Unicode  |  2002-08-21  |  1.3 MB  |  10,208 lines

Text Truncated. Only the first 1MB is shown below. Download the file for the complete contents.
  1. #if version <= 2
  2.  
  3. CLASS USER
  4.  
  5. CATEGORY  !!GPOnly
  6.  
  7.     POLICY !!GPOnlyPolicy
  8.         KEYNAME "Software\Policies"
  9.  
  10.         PART !!GPOnly_Tip1  TEXT
  11.         END PART
  12.  
  13.         PART !!GPOnly_Tip2  TEXT
  14.         END PART
  15.  
  16.         PART !!GPOnly_Tip3  TEXT
  17.         END PART
  18.  
  19.         PART !!GPOnly_Tip4  TEXT
  20.         END PART
  21.  
  22.         PART !!GPOnly_Tip5  TEXT
  23.         END PART
  24.     END POLICY
  25.  
  26. END CATEGORY
  27.  
  28. CLASS MACHINE
  29.  
  30. CATEGORY  !!GPOnly
  31.  
  32.     POLICY !!GPOnlyPolicy
  33.         KEYNAME "Software\Policies"
  34.  
  35.         PART !!GPOnly_Tip1  TEXT
  36.         END PART
  37.  
  38.         PART !!GPOnly_Tip2  TEXT
  39.         END PART
  40.  
  41.         PART !!GPOnly_Tip3  TEXT
  42.         END PART
  43.  
  44.         PART !!GPOnly_Tip4  TEXT
  45.         END PART
  46.  
  47.         PART !!GPOnly_Tip5  TEXT
  48.         END PART
  49.     END POLICY
  50.  
  51. END CATEGORY
  52.  
  53.  
  54. #endif
  55.  
  56. #if version >= 3
  57.  
  58. CLASS MACHINE
  59.  
  60. CATEGORY !!AdministrativeServices
  61.     #if version >= 4
  62.         EXPLAIN !!AdministrativeServices_Help
  63.     #endif
  64.  
  65.     POLICY !!ShutdownReason
  66.         #if version >= 4
  67.         SUPPORTED !!SUPPORTED_WindowsXP
  68.     #endif
  69.     
  70.     EXPLAIN !!ShutdownReason_Help
  71.     KEYNAME "Software\Policies\Microsoft\Windows NT\Reliability"
  72.  
  73.      PART !!ShutdownReason_Box          DROPDOWNLIST REQUIRED
  74.             VALUENAME "ShutdownReasonUI"
  75.         ITEMLIST
  76.                 NAME !!ShutdownReason_Never     VALUE NUMERIC 0   DEFAULT
  77.         NAME !!ShutdownReason_Always    VALUE NUMERIC 1
  78.             END ITEMLIST
  79.         END PART
  80.  
  81.     END POLICY
  82.  
  83.  
  84.     POLICY !!SetupSourcePath
  85.       #if version >= 4
  86.         SUPPORTED !!SUPPORTED_WindowsXP
  87.     #endif
  88.     EXPLAIN !!SetupSourcePath_Help
  89.     KEYNAME "Software\Policies\Microsoft\Windows NT\Setup"
  90.  
  91.         PART !!SetupSourcePathBox                 EDITTEXT REQUIRED
  92.             VALUENAME "SourcePath"
  93.         END PART
  94.     END POLICY
  95.  
  96.     POLICY !!ServicePackSourcePath
  97.       #if version >= 4
  98.         SUPPORTED !!SUPPORTED_WindowsXP
  99.     #endif
  100.     EXPLAIN !!ServicePackSourcePath_Help
  101.        KEYNAME "Software\Policies\Microsoft\Windows NT\Setup"
  102.  
  103.         PART !!ServicePackSourcePathBox             EDITTEXT REQUIRED
  104.             VALUENAME "ServicePackSourcePath"
  105.         END PART
  106.     END POLICY
  107.  
  108.     POLICY !!DisableStatusMessages
  109.     #if version >= 4
  110.     SUPPORTED !!SUPPORTED_Win2k
  111.     #endif
  112.  
  113.         KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\System"
  114.         EXPLAIN !!DisableStatusMessages_Help
  115.         VALUENAME "DisableStatusMessages"
  116.     END POLICY
  117.  
  118.     POLICY !!VerboseStatus
  119.     #if version >= 4
  120.     SUPPORTED !!SUPPORTED_Win2k
  121.     #endif
  122.  
  123.     KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\System"
  124.     EXPLAIN !!VerboseStatus_Help
  125.             VALUENAME "VerboseStatus"
  126.     END POLICY
  127.  
  128.  
  129.     POLICY !!RestrictRunFromHelp_Comp
  130.     #if version >= 4
  131.     SUPPORTED !!SUPPORTED_WindowsXP
  132.     #endif
  133.  
  134.       KEYNAME "Software\Policies\Microsoft\Windows\System" 
  135.       EXPLAIN !!RestrictRunFromHelp_Help
  136.  
  137.       PART !!RestrictRunFromHelp_Edit EDITTEXT REQUIRED
  138.                 VALUENAME "DisableInHelp"
  139.       END PART
  140.  
  141.       PART !!RestrictRunFromHelp_Example TEXT
  142.       END PART
  143.  
  144.     END POLICY
  145.  
  146.  
  147.     POLICY !!Autorun
  148.     #if version >= 4
  149.     SUPPORTED !!SUPPORTED_Win2k
  150.     #endif
  151.  
  152.          KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
  153.     EXPLAIN !!Autorun_Help
  154.         PART !!Autorun_Box          DROPDOWNLIST REQUIRED
  155.             VALUENAME "NoDriveTypeAutoRun"
  156.         ITEMLIST
  157.                 NAME !!Autorun_NoCD     VALUE NUMERIC 181   DEFAULT
  158.         NAME !!Autorun_None    VALUE NUMERIC 255
  159.             END ITEMLIST
  160.         END PART
  161.     END POLICY
  162.  
  163.     POLICY !!NoEncryptOnMove 
  164.     #if version >= 4
  165.     SUPPORTED !!SUPPORTED_Win2k
  166.     #endif
  167.  
  168.       KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" 
  169.       EXPLAIN !!NoEncryptOnMove_Help 
  170.       VALUENAME "NoEncryptOnMove" 
  171.     END POLICY 
  172.  
  173.     POLICY !!AppMgmt_COM_SearchForCLSID
  174.     #if version >= 4
  175.     SUPPORTED !!SUPPORTED_Win2k
  176.     #endif
  177.  
  178.         KEYNAME "Software\Policies\Microsoft\Windows\App Management"
  179.         EXPLAIN !!AppMgmt_COM_SearchForCLSID_Help
  180.         VALUENAME "COMClassStore"
  181.     END POLICY
  182.  
  183.     CATEGORY !!UserProfiles
  184.     #if version >= 4
  185.     EXPLAIN !!UserProfiles_Help
  186.     #endif
  187.  
  188.     POLICY !!CompatibleRUPSecurity
  189.         #if version >= 4
  190.         SUPPORTED !!SUPPORTED_WindowsXP_SP1_W2K_SP4_NETSERVER
  191.         #endif
  192.           EXPLAIN !!CompatibleRUPSecurity_Help
  193.           KEYNAME "Software\Policies\Microsoft\Windows\System"
  194.           VALUENAME "CompatibleRUPSecurity"
  195.     
  196.     END POLICY
  197.  
  198.     POLICY !!DeleteRoamingCachedProfiles
  199.           #if version >= 4
  200.           SUPPORTED !!SUPPORTED_Win2k
  201.         #endif
  202.                
  203.         EXPLAIN !!DeleteRoamingCachedProfiles_Help
  204.             KEYNAME "Software\Policies\Microsoft\Windows\System"
  205.           VALUENAME "DeleteRoamingCache"
  206.  
  207.     END POLICY
  208.  
  209.     POLICY !!EnableSlowLinkDetect
  210.             #if version >= 4
  211.         SUPPORTED !!SUPPORTED_Win2k
  212.         #endif
  213.  
  214.            EXPLAIN !!EnableSlowLinkDetect_Help
  215.             KEYNAME "Software\Policies\Microsoft\Windows\System"
  216.           VALUENAME "SlowLinkDetectEnabled"
  217.            VALUEON NUMERIC  0
  218.            VALUEOFF NUMERIC 1
  219.         END POLICY
  220.  
  221.         POLICY !!SlowLinkTimeOut
  222.             #if version >= 4
  223.         SUPPORTED !!SUPPORTED_Win2k
  224.         #endif
  225.  
  226.             EXPLAIN !!SlowLinkTimeOut_Help
  227.             KEYNAME "Software\Policies\Microsoft\Windows\System"
  228.  
  229.  
  230.             PART !!TransferRateOp  NUMERIC
  231.                 MIN 0 MAX 4294967200 DEFAULT 500 SPIN 100
  232.                 VALUENAME "UserProfileMinTransferRate"
  233.             END PART
  234.  
  235.             PART !!SlowLinkWaitInterval  NUMERIC REQUIRED
  236.                 VALUENAME "SlowLinkTimeOut"
  237.         MIN 0 MAX 20000 DEFAULT 120
  238.             END PART
  239.  
  240.         END POLICY
  241.  
  242.         POLICY !!SlowLinkDefault
  243.             #if version >= 4
  244.         SUPPORTED !!SUPPORTED_Win2k
  245.         #endif
  246.  
  247.             EXPLAIN !!SlowLinkDefault_Help
  248.             KEYNAME "Software\Policies\Microsoft\Windows\System"
  249.           VALUENAME "SlowLinkProfileDefault"
  250.         END POLICY
  251.  
  252.         POLICY !!EnableSlowLinkUI
  253.             #if version >= 4
  254.         SUPPORTED !!SUPPORTED_Win2k
  255.         #endif
  256.  
  257.             EXPLAIN !!EnableSlowLinkUI_Help
  258.             KEYNAME "Software\Policies\Microsoft\Windows\System"
  259.             VALUENAME "SlowLinkUIEnabled"
  260.         END POLICY
  261.  
  262.         POLICY !!ProfileDlgTimeOut
  263.             #if version >= 4
  264.         SUPPORTED !!SUPPORTED_Win2k
  265.         #endif
  266.  
  267.             EXPLAIN !!ProfileDlgTimeOut_Help
  268.             KEYNAME "Software\Policies\Microsoft\Windows\System"
  269.  
  270.             PART !!ProfileDlgWaitInterval  NUMERIC REQUIRED
  271.             VALUENAME "ProfileDlgTimeOut"
  272.         MIN 0 MAX 600 DEFAULT 30
  273.         END PART
  274.         END POLICY
  275.  
  276.     POLICY !!ProfileErrorAction 
  277.             #if version >= 4
  278.         SUPPORTED !!SUPPORTED_Win2k
  279.         #endif
  280.  
  281.             EXPLAIN !!ProfileErrorAction_Help
  282.             KEYNAME "Software\Policies\Microsoft\Windows\System"
  283.             VALUENAME "ProfileErrorAction"
  284.         END POLICY
  285.  
  286.     POLICY !!ProfileUnloadTimeout
  287.             #if version >= 4
  288.         SUPPORTED !!SUPPORTED_Win2k
  289.         #endif
  290.  
  291.             EXPLAIN !!ProfileUnloadTimeout_Help
  292.             KEYNAME "Software\Policies\Microsoft\Windows\System"
  293.  
  294.             PART !!ProfileUnloadTimeoutPrompt  NUMERIC REQUIRED
  295.                 VALUENAME "ProfileUnloadTimeout"
  296.         MIN 0 MAX 4294967295 DEFAULT 60 SPIN 5
  297.             END PART
  298.         END POLICY
  299.  
  300.         POLICY !!AddAdminGroupToRUP
  301.         #if version >= 4
  302.         SUPPORTED !!SUPPORTED_WindowsXP
  303.         #endif
  304.  
  305.           EXPLAIN !!AddAdminGroupToRUP_Help
  306.           KEYNAME "Software\Policies\Microsoft\Windows\System"
  307.           VALUENAME "AddAdminGroupToRUP"
  308.         END POLICY
  309.  
  310.         POLICY !!Readonlyuserprofile
  311.         #if version >= 4
  312.         SUPPORTED !!SUPPORTED_WindowsXP
  313.         #endif
  314.  
  315.             EXPLAIN !!Readonlyuserprofile_Help
  316.             KEYNAME "Software\Policies\Microsoft\Windows\System"
  317.             VALUENAME "ReadOnlyProfile"
  318.         END POLICY
  319.  
  320.     
  321.  
  322.         POLICY !!LocalProfile
  323.          #if version >= 4
  324.           SUPPORTED !!SUPPORTED_WindowsXP
  325.               #endif
  326.  
  327.             EXPLAIN !!LocalProfile_Help
  328.             KEYNAME "Software\Policies\Microsoft\Windows\System"
  329.             VALUENAME "LocalProfile"
  330.         END POLICY
  331.  
  332.  
  333.     END CATEGORY   ; User Profiles
  334.  
  335.     CATEGORY !!Scripts
  336.     #if version >= 4
  337.     EXPLAIN !!Scripts
  338.     #endif
  339.  
  340.     POLICY !!Run_Logon_Script_Sync
  341.             #if version >= 4
  342.         SUPPORTED !!SUPPORTED_Win2k
  343.         #endif
  344.  
  345.             EXPLAIN !!Run_Logon_Script_Sync_Help
  346.             KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\System"
  347.             VALUENAME "RunLogonScriptSync"
  348.         VALUEON NUMERIC 1
  349.         VALUEOFF NUMERIC 0
  350.     END POLICY
  351.  
  352.         POLICY !!Run_Startup_Script_Sync
  353.             #if version >= 4
  354.         SUPPORTED !!SUPPORTED_Win2k
  355.         #endif
  356.  
  357.             EXPLAIN !!Run_Startup_Script_Sync_Help
  358.             KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\System"
  359.             VALUENAME "RunStartupScriptSync"
  360.         VALUEON  NUMERIC 0
  361.         VALUEOFF NUMERIC 1
  362.     END POLICY
  363.  
  364.         POLICY !!Run_Startup_Script_Visible
  365.             #if version >= 4
  366.         SUPPORTED !!SUPPORTED_Win2k
  367.         #endif
  368.  
  369.             EXPLAIN !!Run_Startup_Script_Visible_Explain
  370.             KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\System"
  371.             VALUENAME "HideStartupScripts"
  372.                 VALUEON NUMERIC 0
  373.                 VALUEOFF NUMERIC 1
  374.     END POLICY
  375.  
  376.         POLICY !!Run_Shutdown_Script_Visible
  377.             #if version >= 4
  378.         SUPPORTED !!SUPPORTED_Win2k
  379.         #endif
  380.  
  381.             EXPLAIN !!Run_Shutdown_Script_Visible_Explain
  382.             KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\System"
  383.             VALUENAME "HideShutdownScripts"
  384.                    VALUEON NUMERIC 0
  385.                    VALUEOFF NUMERIC 1
  386.         END POLICY
  387.  
  388.         POLICY !!MaxGPOScriptWaitPolicy
  389.             #if version >= 4
  390.         SUPPORTED !!SUPPORTED_Win2k
  391.         #endif
  392.  
  393.             EXPLAIN !!MaxGPOScriptWaitPolicy_Help    
  394.             KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\System"
  395.  
  396.         PART !!MaxGPOScriptWait    NUMERIC REQUIRED
  397.         VALUENAME "MaxGPOScriptWait"
  398.             MIN 0 MAX 32000 DEFAULT 600
  399.         END PART
  400.  
  401.             PART !!GPO_Script_Tip      TEXT    
  402.         END PART
  403.         END POLICY
  404.  
  405.     END CATEGORY    ;Scripts
  406.  
  407.     CATEGORY !!Logon
  408.     #if version >= 4
  409.     EXPLAIN !!Logon_Help
  410.     #endif
  411.         POLICY !!NoWelcomeTips
  412.             #if version >= 4
  413.         SUPPORTED !!SUPPORTED_Win2kOnly        
  414.         #endif
  415.  
  416.             KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
  417.         EXPLAIN !!NoWelcomeTips_Help 
  418.               VALUENAME "NoWelcomeScreen"
  419.         END POLICY
  420.  
  421.  
  422.     POLICY !!LogonType
  423.         KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\System"
  424.         #if version >= 4
  425.         SUPPORTED !!SUPPORTED_WindowsXP
  426.         #endif
  427.  
  428.         EXPLAIN !!LogonType_Help
  429.             VALUENAME "LogonType"
  430.                    VALUEON NUMERIC 0
  431.                    VALUEOFF NUMERIC 1
  432.     END POLICY
  433.  
  434.  
  435.         POLICY !!Run
  436.         #if version >= 4
  437.         SUPPORTED !!SUPPORTED_Win2k
  438.         #endif
  439.  
  440.         KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\Run"
  441.         EXPLAIN !!Run_Help
  442.         PART !!RunListBox    LISTBOX 
  443.             VALUEPREFIX ""
  444.         END PART
  445.         END POLICY
  446.  
  447.         POLICY !!DisableExplorerRunOnceLegacy
  448.                #if version >= 4
  449.         SUPPORTED !!SUPPORTED_Win2k
  450.         #endif
  451.  
  452.         KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
  453.         EXPLAIN !!DisableExplorerRunOnceLegacy_Help
  454.             VALUENAME "DisableLocalMachineRunOnce"
  455.         END POLICY
  456.  
  457.         POLICY !!DisableExplorerRunLegacy
  458.                #if version >= 4
  459.         SUPPORTED !!SUPPORTED_Win2k
  460.         #endif
  461.  
  462.           KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
  463.         EXPLAIN !!DisableExplorerRunLegacy_Help
  464.             VALUENAME "DisableLocalMachineRun"
  465.         END POLICY
  466.  
  467.  
  468.     POLICY !!SyncForegroundPolicy
  469.         KEYNAME "Software\Policies\Microsoft\Windows NT\CurrentVersion\Winlogon"
  470.     
  471.         #if version >= 4
  472.             SUPPORTED !!SUPPORTED_WindowsXP
  473.         #endif
  474.  
  475.         EXPLAIN !!SyncForegroundPolicy_Help
  476.         VALUENAME "SyncForegroundPolicy"
  477.         VALUEON NUMERIC 1
  478.         VALUEOFF NUMERIC 0
  479.  
  480.     END POLICY
  481.  
  482.  
  483.     END CATEGORY  ; Logon
  484.  
  485.     CATEGORY !!DiskQuota
  486.     #if version >= 4
  487.     EXPLAIN !!DiskQuota_Help
  488.     #endif
  489.         KEYNAME "Software\Policies\Microsoft\Windows NT\DiskQuota"
  490.  
  491.         POLICY !!DQ_Enable
  492.             #if version >= 4
  493.         SUPPORTED !!SUPPORTED_Win2k
  494.         #endif
  495.  
  496.             EXPLAIN !!DQ_Enable_Help
  497.             VALUENAME "Enable"
  498.               VALUEON  NUMERIC 1
  499.               VALUEOFF NUMERIC 0
  500.           CLIENTEXT {3610eda5-77ef-11d2-8dc5-00c04fa31a66}
  501.  
  502.         END POLICY
  503.  
  504.         POLICY !!DQ_Enforce
  505.             #if version >= 4
  506.             SUPPORTED !!SUPPORTED_Win2k
  507.         #endif
  508.  
  509.           EXPLAIN !!DQ_Enforce_Help
  510.             VALUENAME "Enforce"
  511.             VALUEON  NUMERIC 1
  512.             VALUEOFF NUMERIC 0
  513.             CLIENTEXT {3610eda5-77ef-11d2-8dc5-00c04fa31a66}
  514.  
  515.         END POLICY
  516.  
  517.         POLICY !!DQ_Limit
  518.             #if version >= 4
  519.         SUPPORTED !!SUPPORTED_Win2k
  520.         #endif
  521.  
  522.             EXPLAIN !!DQ_Limit_Help
  523.  
  524.                PART !!DQ_LimitTip1     TEXT    
  525.         END PART
  526.             PART !!DQ_LimitTip2     TEXT    
  527.         END PART
  528.             PART !!Blank        TEXT    
  529.         END PART
  530.             PART !!DQ_LimitLabel    TEXT    
  531.         END PART
  532.             PART !!Blank        TEXT    
  533.         END PART
  534.  
  535.             PART !!DQ_LimitValue    NUMERIC DEFAULT 100 
  536.         VALUENAME "Limit"
  537.         MIN 0 MAX 1000 SPIN 10 REQUIRED
  538.         CLIENTEXT {3610eda5-77ef-11d2-8dc5-00c04fa31a66}
  539.         END PART
  540.  
  541.             PART !!DQ_LimitUnits           DROPDOWNLIST NOSORT REQUIRED
  542.         VALUENAME "LimitUnits"
  543.         CLIENTEXT {3610eda5-77ef-11d2-8dc5-00c04fa31a66}
  544.         ITEMLIST
  545.             NAME !!DQ_UnitsKB      VALUE NUMERIC 1
  546.             NAME !!DQ_UnitsMB      VALUE NUMERIC 2 DEFAULT
  547.             NAME !!DQ_UnitsGB      VALUE NUMERIC 3
  548.             NAME !!DQ_UnitsTB      VALUE NUMERIC 4
  549.             NAME !!DQ_UnitsPB      VALUE NUMERIC 5
  550.             NAME !!DQ_UnitsEB      VALUE NUMERIC 6    
  551.             END ITEMLIST
  552.             END PART
  553.  
  554.             PART !!Blank                                    TEXT    
  555.         END PART
  556.             PART !!DQ_ThresholdLabel                        TEXT    
  557.         END PART
  558.         PART !!Blank                                    TEXT    
  559.         END PART
  560.  
  561.             PART !!DQ_ThresholdValue     NUMERIC DEFAULT 100 
  562.             VALUENAME "Threshold"
  563.         MIN 0 MAX 1000 SPIN 10 REQUIRED
  564.         CLIENTEXT {3610eda5-77ef-11d2-8dc5-00c04fa31a66}
  565.             END PART
  566.  
  567.             PART !!DQ_ThresholdUnits           DROPDOWNLIST NOSORT REQUIRED
  568.         VALUENAME "ThresholdUnits"
  569.         CLIENTEXT {3610eda5-77ef-11d2-8dc5-00c04fa31a66}
  570.         ITEMLIST
  571.             NAME !!DQ_UnitsKB      VALUE NUMERIC 1
  572.             NAME !!DQ_UnitsMB      VALUE NUMERIC 2 DEFAULT
  573.             NAME !!DQ_UnitsGB      VALUE NUMERIC 3
  574.             NAME !!DQ_UnitsTB      VALUE NUMERIC 4
  575.             NAME !!DQ_UnitsPB      VALUE NUMERIC 5
  576.             NAME !!DQ_UnitsEB      VALUE NUMERIC 6    
  577.                 END ITEMLIST
  578.         END PART
  579.         END POLICY
  580.             
  581.         POLICY !!DQ_LogEventOverLimit
  582.             #if version >= 4
  583.         SUPPORTED !!SUPPORTED_Win2k
  584.         #endif
  585.  
  586.         EXPLAIN !!DQ_LogEventOverLimit_Help
  587.         VALUENAME "LogEventOverLimit"
  588.             VALUEON  NUMERIC 1
  589.             VALUEOFF NUMERIC 0
  590.         CLIENTEXT {3610eda5-77ef-11d2-8dc5-00c04fa31a66}
  591.  
  592.         END POLICY
  593.  
  594.         POLICY !!DQ_LogEventOverThreshold
  595.             #if version >= 4
  596.         SUPPORTED !!SUPPORTED_Win2k
  597.         #endif
  598.  
  599.             EXPLAIN !!DQ_LogEventOverThreshold_Help
  600.         VALUENAME "LogEventOverThreshold"
  601.             VALUEON  NUMERIC 1
  602.             VALUEOFF NUMERIC 0
  603.         CLIENTEXT {3610eda5-77ef-11d2-8dc5-00c04fa31a66}
  604.  
  605.         END POLICY
  606.  
  607.         POLICY !!DQ_RemovableMedia
  608.             #if version >= 4
  609.         SUPPORTED !!SUPPORTED_Win2k
  610.         #endif
  611.  
  612.         EXPLAIN !!DQ_RemovableMedia_Help
  613.         VALUENAME "ApplyToRemovableMedia"
  614.         CLIENTEXT {3610eda5-77ef-11d2-8dc5-00c04fa31a66}
  615.  
  616.     END POLICY
  617.  
  618.     END CATEGORY  ; DiskQuota
  619.  
  620.     CATEGORY !!Netlogon
  621.     #if version >= 4
  622.     EXPLAIN !!Netlogon_Help
  623.     #endif
  624.  
  625.         POLICY !!Netlogon_ExpectedDialupDelay
  626.             KEYNAME "Software\Policies\Microsoft\Netlogon\Parameters"
  627.  
  628.             #if version >= 4
  629.           SUPPORTED !!SUPPORTED_WindowsXP
  630.           #endif
  631.  
  632.             EXPLAIN !!Netlogon_ExpectedDialupDelay_Help
  633.  
  634.             PART !!Netlogon_ExpectedDialupDelayLabel NUMERIC
  635.                 MIN 0 MAX 600 DEFAULT 0 SPIN 100
  636.                 VALUENAME "ExpectedDialupDelay"
  637.             END PART
  638.         END POLICY
  639.  
  640.         POLICY !!Netlogon_SiteName
  641.             KEYNAME "Software\Policies\Microsoft\Netlogon\Parameters"
  642.  
  643.             #if version >= 4
  644.           SUPPORTED !!SUPPORTED_WindowsXP
  645.           #endif
  646.  
  647.             EXPLAIN !!Netlogon_SiteName_Help
  648.  
  649.             PART !!Netlogon_SiteNameLabel EDITTEXT REQUIRED
  650.                 VALUENAME "SiteName"
  651.             END PART
  652.         END POLICY
  653.  
  654.  
  655.         POLICY !!Netlogon_NegativeCachePeriod
  656.             KEYNAME "Software\Policies\Microsoft\Netlogon\Parameters"
  657.  
  658.             #if version >= 4
  659.           SUPPORTED !!SUPPORTED_WindowsXP
  660.           #endif
  661.  
  662.             EXPLAIN !!Netlogon_NegativeCachePeriod_Help
  663.  
  664.             PART !!Netlogon_NegativeCachePeriodLabel NUMERIC
  665.                 MIN 0 MAX 604800 DEFAULT 45 SPIN 60
  666.                 VALUENAME "NegativeCachePeriod"
  667.             END PART
  668.         END POLICY
  669.  
  670.  
  671.         POLICY !!Netlogon_BackgroundRetryInitialPeriod
  672.             KEYNAME "Software\Policies\Microsoft\Netlogon\Parameters"
  673.  
  674.             #if version >= 4
  675.           SUPPORTED !!SUPPORTED_WindowsXP
  676.           #endif
  677.  
  678.             EXPLAIN !!Netlogon_BackgroundRetryInitialPeriod_Help
  679.  
  680.             PART !!Netlogon_BackgroundRetryInitialPeriodLabel NUMERIC
  681.                 MIN 0 MAX 4233600 DEFAULT 600 SPIN 600
  682.                 VALUENAME "BackgroundRetryInitialPeriod"
  683.             END PART
  684.         END POLICY
  685.  
  686.  
  687.         POLICY !!Netlogon_BackgroundRetryMaximumPeriod
  688.             KEYNAME "Software\Policies\Microsoft\Netlogon\Parameters"
  689.  
  690.             #if version >= 4
  691.           SUPPORTED !!SUPPORTED_WindowsXP
  692.           #endif
  693.  
  694.             EXPLAIN !!Netlogon_BackgroundRetryMaximumPeriod_Help
  695.  
  696.             PART !!Netlogon_BackgroundRetryMaximumPeriodLabel NUMERIC
  697.                 MIN 0 MAX 4233600 DEFAULT 3600 SPIN 3600
  698.                 VALUENAME "BackgroundRetryMaximumPeriod"
  699.             END PART
  700.         END POLICY
  701.  
  702.  
  703.         POLICY !!Netlogon_BackgroundRetryQuitTime
  704.             KEYNAME "Software\Policies\Microsoft\Netlogon\Parameters"
  705.  
  706.             #if version >= 4
  707.           SUPPORTED !!SUPPORTED_WindowsXP
  708.           #endif
  709.  
  710.             EXPLAIN !!Netlogon_BackgroundRetryQuitTime_Help
  711.  
  712.             PART !!Netlogon_BackgroundRetryQuitTimeLabel NUMERIC
  713.                 MIN 0 MAX 4233600 DEFAULT 0  SPIN 100
  714.                 VALUENAME "BackgroundRetryQuitTime"
  715.             END PART
  716.         END POLICY
  717.  
  718.  
  719.         POLICY !!Netlogon_BackgroundSuccessfulRefreshPeriod
  720.             KEYNAME "Software\Policies\Microsoft\Netlogon\Parameters"
  721.  
  722.             #if version >= 4
  723.           SUPPORTED !!SUPPORTED_WindowsXP
  724.           #endif
  725.  
  726.             EXPLAIN !!Netlogon_BackgroundSuccessfulRefreshPeriod_Help
  727.  
  728.             PART !!Netlogon_BackgroundSuccessfulRefreshPeriodLabel NUMERIC
  729.                 MIN 0 MAX 4294967200 DEFAULT 4294967200 SPIN 1000
  730.                 VALUENAME "BackgroundSuccessfulRefreshPeriod"
  731.             END PART
  732.         END POLICY
  733.  
  734.  
  735.         POLICY !!Netlogon_NonBackgroundSuccessfulRefreshPeriod
  736.             KEYNAME "Software\Policies\Microsoft\Netlogon\Parameters"
  737.  
  738.             #if version >= 4
  739.           SUPPORTED !!SUPPORTED_WindowsXP
  740.           #endif
  741.  
  742.             EXPLAIN !!Netlogon_NonBackgroundSuccessfulRefreshPeriod_Help
  743.  
  744.             PART !!Netlogon_NonBackgroundSuccessfulRefreshPeriodLabel NUMERIC
  745.                 MIN 0 MAX 4294967200 DEFAULT 1800  SPIN 1000
  746.                 VALUENAME "NonBackgroundSuccessfulRefreshPeriod"
  747.             END PART
  748.         END POLICY
  749.  
  750.  
  751.         POLICY !!Netlogon_ScavengeInterval
  752.             KEYNAME "Software\Policies\Microsoft\Netlogon\Parameters"
  753.  
  754.             #if version >= 4
  755.           SUPPORTED !!SUPPORTED_WindowsXP
  756.           #endif
  757.  
  758.             EXPLAIN !!Netlogon_ScavengeInterval_Help
  759.  
  760.             PART !!Netlogon_ScavengeIntervalLabel NUMERIC
  761.                 MIN 0 MAX 4294967200 DEFAULT 900 SPIN 900
  762.                 VALUENAME "ScavengeInterval"
  763.             END PART
  764.         END POLICY
  765.  
  766.         POLICY !!Netlogon_AvoidPdcOnWan
  767.             KEYNAME "Software\Policies\Microsoft\Netlogon\Parameters"
  768.  
  769.             #if version >= 4
  770.           SUPPORTED !!SUPPORTED_WindowsXP
  771.           #endif
  772.  
  773.             EXPLAIN !!Netlogon_AvoidPdcOnWan_Help
  774.       
  775.             VALUENAME "AvoidPdcOnWan"
  776.                 VALUEON  NUMERIC 0
  777.                 VALUEOFF  NUMERIC 1
  778.         END POLICY
  779.  
  780.  
  781.     CATEGORY !!Netlogon_DC_Locator_DNS_Records
  782.         #if version >= 4
  783.               EXPLAIN !!Net_DC_Locator_DNS_Records_Help
  784.         #endif
  785.  
  786.  
  787.  
  788.             POLICY !!Netlogon_UseDynamicDns
  789.                 KEYNAME "Software\Policies\Microsoft\Netlogon\Parameters"
  790.  
  791.             #if version >= 4
  792.               SUPPORTED !!SUPPORTED_WindowsXP
  793.             #endif
  794.  
  795.                 EXPLAIN !!Netlogon_UseDynamicDns_Help
  796.  
  797.                 VALUENAME "UseDynamicDns"
  798.                     VALUEON  NUMERIC 1
  799.                     VALUEOFF  NUMERIC 0
  800.             END POLICY
  801.  
  802.  
  803.             POLICY !!Netlogon_DnsAvoidRegisterRecords
  804.                 KEYNAME "Software\Policies\Microsoft\Netlogon\Parameters"
  805.  
  806.             #if version >= 4
  807.               SUPPORTED !!SUPPORTED_WindowsXP
  808.             #endif
  809.  
  810.                 EXPLAIN !!Netlogon_DnsAvoidRegisterRecords_Help
  811.  
  812.                 PART !!Netlogon_DnsAvoidRegisterRecordsLabel EDITTEXT REQUIRED
  813.                     VALUENAME "DnsAvoidRegisterRecords"
  814.                 END PART
  815.             END POLICY
  816.  
  817.  
  818.             POLICY !!Netlogon_DnsRefreshInterval
  819.                 KEYNAME "Software\Policies\Microsoft\Netlogon\Parameters"
  820.  
  821.             #if version >= 4
  822.               SUPPORTED !!SUPPORTED_WindowsXP
  823.             #endif
  824.  
  825.                 EXPLAIN !!Netlogon_DnsRefreshInterval_Help
  826.  
  827.                 PART !!Netlogon_DnsRefreshIntervalLabel NUMERIC
  828.                     MIN 1800 MAX 4294967200 DEFAULT 1800 SPIN 100
  829.                     VALUENAME "DnsRefreshInterval"
  830.                 END PART
  831.             END POLICY
  832.  
  833.             POLICY !!Netlogon_LdapSrvWeight
  834.                 KEYNAME "Software\Policies\Microsoft\Netlogon\Parameters"
  835.  
  836.             #if version >= 4
  837.               SUPPORTED !!SUPPORTED_WindowsXP
  838.             #endif
  839.  
  840.                 EXPLAIN !!Netlogon_LdapSrvWeight_Help
  841.  
  842.                 PART !!Netlogon_LdapSrvWeightLabel NUMERIC
  843.                     MIN 0 MAX 65535 DEFAULT 100 SPIN 100
  844.                     VALUENAME "LdapSrvWeight"
  845.                 END PART
  846.             END POLICY
  847.  
  848.             POLICY !!Netlogon_LdapSrvPriority
  849.                 KEYNAME "Software\Policies\Microsoft\Netlogon\Parameters"
  850.  
  851.             #if version >= 4
  852.               SUPPORTED !!SUPPORTED_WindowsXP
  853.             #endif
  854.  
  855.                 EXPLAIN !!Netlogon_LdapSrvPriority_Help
  856.                 PART !!Netlogon_LdapSrvPriorityLabel NUMERIC
  857.                     MIN 0 MAX 65535 DEFAULT 0 SPIN 100
  858.                     VALUENAME "LdapSrvPriority"
  859.                 END PART
  860.             END POLICY
  861.  
  862.             POLICY !!Netlogon_DnsTtl
  863.                 KEYNAME "Software\Policies\Microsoft\Netlogon\Parameters"
  864.  
  865.             #if version >= 4
  866.               SUPPORTED !!SUPPORTED_WindowsXP
  867.             #endif
  868.  
  869.                 EXPLAIN !!Netlogon_DnsTtl_Help
  870.  
  871.                 PART !!Netlogon_DnsTtlLabel NUMERIC
  872.                     MIN 0 MAX 4294967200 DEFAULT 600 SPIN 100
  873.                     VALUENAME "DnsTtl"
  874.                 END PART
  875.             END POLICY
  876.  
  877.  
  878.             POLICY !!Netlogon_AutoSiteCoverage
  879.                 KEYNAME "Software\Policies\Microsoft\Netlogon\Parameters"
  880.  
  881.             #if version >= 4
  882.               SUPPORTED !!SUPPORTED_WindowsXP
  883.             #endif
  884.  
  885.                 EXPLAIN !!Netlogon_AutoSiteCoverage_Help
  886.                 VALUENAME "AutoSiteCoverage"
  887.                     VALUEON  NUMERIC 1
  888.                     VALUEOFF  NUMERIC 0
  889.             END POLICY
  890.  
  891.             POLICY !!Netlogon_SiteCoverage
  892.                 KEYNAME "Software\Policies\Microsoft\Netlogon\Parameters"
  893.  
  894.             #if version >= 4
  895.               SUPPORTED !!SUPPORTED_WindowsXP
  896.             #endif
  897.  
  898.                 EXPLAIN !!Netlogon_SiteCoverage_Help
  899.                 PART !!Netlogon_SiteCoverageLabel EDITTEXT REQUIRED
  900.                     VALUENAME "SiteCoverage"
  901.                 END PART
  902.             END POLICY
  903.             
  904.             POLICY !!Netlogon_GcSiteCoverage
  905.                 KEYNAME "Software\Policies\Microsoft\Netlogon\Parameters"
  906.  
  907.             #if version >= 4
  908.               SUPPORTED !!SUPPORTED_WindowsXP
  909.             #endif
  910.  
  911.                 EXPLAIN !!Netlogon_GcSiteCoverage_Help
  912.  
  913.                 PART !!Netlogon_GcSiteCoverageLabel EDITTEXT REQUIRED
  914.                     VALUENAME "GcSiteCoverage"
  915.                 END PART
  916.             END POLICY
  917.  
  918.             POLICY !!Netlogon_NdncSiteCoverage
  919.                 KEYNAME "Software\Policies\Microsoft\Netlogon\Parameters"
  920.  
  921.             #if version >= 4
  922.               SUPPORTED !!SUPPORTED_WindowsXP
  923.             #endif
  924.  
  925.                 EXPLAIN !!Netlogon_NdncSiteCoverage_Help
  926.  
  927.                 PART !!Netlogon_NdncSiteCoverageLabel EDITTEXT REQUIRED
  928.                     VALUENAME "NdncSiteCoverage"
  929.                 END PART
  930.             END POLICY
  931.  
  932.             POLICY !!Netlogon_AllowSingleLabelDnsDomain
  933.                 KEYNAME "Software\Policies\Microsoft\Netlogon\Parameters"
  934.  
  935.             #if version >= 4
  936.               SUPPORTED !!SUPPORTED_WindowsXP
  937.             #endif
  938.  
  939.                 EXPLAIN !!Netlogon_AllowSingleLabelDnsDomain_Help
  940.                 VALUENAME "AllowSingleLabelDnsDomain"
  941.                     VALUEON  NUMERIC 1
  942.                     VALUEOFF  NUMERIC 0
  943.             END POLICY
  944.     END CATEGORY ;Netlogon_DC_Locator_DNS_Records
  945.  
  946.  
  947.     END CATEGORY ;Netlogon
  948.  
  949.     CATEGORY !!PolicyPolicies
  950.     #if version >= 4
  951.     EXPLAIN !!PolicyPolicies_Help
  952.     #endif
  953.  
  954.         KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\System"
  955.  
  956.         POLICY !!DisableBackgroundPolicy
  957.             #if version >= 4
  958.         SUPPORTED !!SUPPORTED_Win2k
  959.         #endif
  960.  
  961.             EXPLAIN !!DisableBackgroundPolicy_Help
  962.             VALUENAME "DisableBkGndGroupPolicy"
  963.         END POLICY
  964.  
  965.            POLICY !!GroupPolicyRefreshRate
  966.             KEYNAME "Software\Policies\Microsoft\Windows\System"
  967.             #if version >= 4
  968.         SUPPORTED !!SUPPORTED_Win2k
  969.         #endif
  970.  
  971.             EXPLAIN !!GroupPolicyRefreshRate_Help
  972.  
  973.               PART !!GPRefreshRate_C_Desc1  TEXT
  974.             END PART
  975.             PART !!GPRefreshRate_C_Desc2  TEXT
  976.             END PART
  977.  
  978.             PART !!GPRefreshRate    NUMERIC REQUIRED
  979.                 MIN 0 MAX 64800 DEFAULT 90
  980.                 VALUENAME "GroupPolicyRefreshTime"
  981.             END PART
  982.  
  983.             PART !!Blank    TEXT
  984.             END PART
  985.             PART !!GPRefreshRateOffset_Desc1  TEXT
  986.             END PART
  987.             PART !!GPRefreshRateOffset_Desc2  TEXT
  988.             END PART
  989.             PART !!GPRefreshRateOffset_Desc3  TEXT
  990.             END PART
  991.  
  992.             PART !!GPRefreshRateOffset    NUMERIC REQUIRED
  993.                 MIN 0 MAX 1440 DEFAULT 30
  994.                 VALUENAME "GroupPolicyRefreshTimeOffset"
  995.             END PART
  996.     END POLICY
  997.  
  998.         POLICY !!GroupPolicyRefreshRateDC
  999.             KEYNAME "Software\Policies\Microsoft\Windows\System"
  1000.             #if version >= 4
  1001.         SUPPORTED !!SUPPORTED_Win2k
  1002.         #endif
  1003.  
  1004.             EXPLAIN !!GroupPolicyRefreshRateDC_Help
  1005.  
  1006.               PART !!GPRefreshRate_DC_Desc1  TEXT
  1007.             END PART
  1008.             PART !!GPRefreshRate_DC_Desc2  TEXT
  1009.             END PART
  1010.  
  1011.             PART !!GPRefreshRate    NUMERIC REQUIRED
  1012.                 MIN 0 MAX 64800 DEFAULT 5
  1013.                 VALUENAME "GroupPolicyRefreshTimeDC"
  1014.             END PART
  1015.  
  1016.             PART !!Blank  TEXT
  1017.             END PART
  1018.             PART !!GPRefreshRateOffset_Desc1  TEXT
  1019.             END PART
  1020.             PART !!GPRefreshRateOffset_Desc2  TEXT
  1021.             END PART
  1022.             PART !!GPRefreshRateOffset_Desc3  TEXT
  1023.             END PART
  1024.  
  1025.             PART !!GPRefreshRateOffset    NUMERIC REQUIRED
  1026.                 MIN 0 MAX 1440 DEFAULT 0
  1027.                 VALUENAME "GroupPolicyRefreshTimeOffsetDC"
  1028.             END PART
  1029.         END POLICY
  1030.  
  1031.         POLICY !!UserPolicyMode
  1032.             KEYNAME "Software\Policies\Microsoft\Windows\System"
  1033.             #if version >= 4
  1034.         SUPPORTED !!SUPPORTED_Win2k
  1035.         #endif
  1036.  
  1037.             EXPLAIN !!UserPolicyMode_Help
  1038.  
  1039.             PART !!UserPolicyModeOp     DROPDOWNLIST  NOSORT
  1040.                 VALUENAME "UserPolicyMode"
  1041.             ITEMLIST
  1042.                 NAME !!UserPolicyMode_Merge       VALUE NUMERIC  1
  1043.                 NAME !!UserPolicyMode_Replace     VALUE NUMERIC  2  DEFAULT
  1044.              END ITEMLIST
  1045.         END PART
  1046.         END POLICY
  1047.  
  1048.         POLICY !!GPTransferRate
  1049.             KEYNAME "Software\Policies\Microsoft\Windows\System"
  1050.             #if version >= 4
  1051.         SUPPORTED !!SUPPORTED_Win2k
  1052.         #endif
  1053.  
  1054.             EXPLAIN !!GPTransferRate_Help
  1055.            
  1056.             PART !!TransferRateOp NUMERIC
  1057.                 MIN 0 MAX 4294967200 DEFAULT 500 SPIN 100
  1058.                 VALUENAME "GroupPolicyMinTransferRate"
  1059.             END PART
  1060.  
  1061.             PART !!Blank TEXT
  1062.             END PART
  1063.             PART !!TransferRateTip1 TEXT
  1064.             END PART
  1065.         END POLICY
  1066.  
  1067.         POLICY !!RSoPLogging
  1068.             KEYNAME "Software\Policies\Microsoft\Windows\System"
  1069.           #if version >= 4
  1070.             SUPPORTED !!SUPPORTED_WindowsXP
  1071.          #endif
  1072.  
  1073.  
  1074.             EXPLAIN !!RSoPLogging_Help
  1075.             VALUENAME "RSoPLogging"
  1076.                 VALUEON NUMERIC 0
  1077.                 VALUEOFF NUMERIC 1
  1078.         END POLICY
  1079.  
  1080.         POLICY !!DisableUsersFromMachGP
  1081.             KEYNAME "Software\Policies\Microsoft\Windows\System"
  1082.           #if version >= 4
  1083.             SUPPORTED !!SUPPORTED_WindowsXP
  1084.          #endif
  1085.  
  1086.  
  1087.             EXPLAIN !!DisableUsersFromMachGP_Help
  1088.             VALUENAME "DenyUsersFromMachGP"
  1089.                 VALUEON NUMERIC 1
  1090.                 VALUEOFF NUMERIC 0
  1091.         END POLICY
  1092.  
  1093.         POLICY !!DenyRsopToInteractiveUser
  1094.             KEYNAME "Software\Policies\Microsoft\Windows\System"
  1095.           #if version >= 4
  1096.             SUPPORTED !!SUPPORTED_WindowsXP
  1097.          #endif
  1098.  
  1099.  
  1100.             EXPLAIN !!DenyRsopToInteractiveUser_Help
  1101.             VALUENAME "DenyRsopToInteractiveUser"
  1102.                 VALUEON NUMERIC 1
  1103.                 VALUEOFF NUMERIC 0
  1104.         END POLICY
  1105.  
  1106.         POLICY !!CSE_Registry
  1107.             KEYNAME "Software\Policies\Microsoft\Windows\Group Policy\{35378EAC-683F-11D2-A89A-00C04FBBCFA2}"
  1108.             #if version >= 4
  1109.         SUPPORTED !!SUPPORTED_Win2k
  1110.         #endif
  1111.  
  1112.             EXPLAIN !!CSE_Registry_Help
  1113.  
  1114.             PART !!CSE_NOBACKGROUND             CHECKBOX 
  1115.                 VALUENAME "NoBackgroundPolicy"
  1116.                 VALUEON NUMERIC 1
  1117.                 VALUEOFF NUMERIC 0
  1118.             END PART
  1119.  
  1120.             PART !!CSE_NOCHANGES                CHECKBOX
  1121.                 VALUENAME "NoGPOListChanges"
  1122.                 VALUEON NUMERIC 0
  1123.                 VALUEOFF NUMERIC 1
  1124.             END PART
  1125.         END POLICY
  1126.  
  1127.         POLICY !!CSE_IEM
  1128.             KEYNAME "Software\Policies\Microsoft\Windows\Group Policy\{A2E30F80-D7DE-11d2-BBDE-00C04F86AE3B}"
  1129.             #if version >= 4
  1130.         SUPPORTED !!SUPPORTED_Win2k
  1131.         #endif
  1132.  
  1133.             EXPLAIN !!CSE_IEM_Help
  1134.  
  1135.             PART !!CSE_SLOWLINK                 CHECKBOX
  1136.                 VALUENAME "NoSlowLink"
  1137.                 VALUEON NUMERIC 0
  1138.                 VALUEOFF NUMERIC 1
  1139.             END PART
  1140.  
  1141.             PART !!CSE_NOBACKGROUND             CHECKBOX   
  1142.                 VALUENAME "NoBackgroundPolicy"
  1143.                 VALUEON NUMERIC 1
  1144.                 VALUEOFF NUMERIC 0
  1145.             END PART
  1146.  
  1147.             PART !!CSE_NOCHANGES                CHECKBOX
  1148.                 VALUENAME "NoGPOListChanges"
  1149.                 VALUEON NUMERIC 0
  1150.                 VALUEOFF NUMERIC 1
  1151.             END PART
  1152.         END POLICY
  1153.  
  1154.         POLICY !!CSE_AppMgmt
  1155.             KEYNAME "Software\Policies\Microsoft\Windows\Group Policy\{c6dc5466-785a-11d2-84d0-00c04fb169f7}"
  1156.             #if version >= 4
  1157.         SUPPORTED !!SUPPORTED_Win2k
  1158.         #endif
  1159.  
  1160.             EXPLAIN !!CSE_AppMgmt_Help
  1161.  
  1162.             PART !!CSE_SLOWLINK                 CHECKBOX   
  1163.                 VALUENAME "NoSlowLink"
  1164.                 VALUEON NUMERIC 0
  1165.                 VALUEOFF NUMERIC 1
  1166.             END PART
  1167.  
  1168.             PART !!CSE_NOCHANGES                CHECKBOX
  1169.                 VALUENAME "NoGPOListChanges"
  1170.                 VALUEON NUMERIC 0
  1171.                 VALUEOFF NUMERIC 1
  1172.             END PART
  1173.         END POLICY
  1174.  
  1175.         POLICY !!CSE_FolderRedirection
  1176.             KEYNAME "Software\Policies\Microsoft\Windows\Group Policy\{25537BA6-77A8-11D2-9B6C-0000F8080861}"
  1177.             #if version >= 4
  1178.         SUPPORTED !!SUPPORTED_Win2k
  1179.         #endif
  1180.  
  1181.             EXPLAIN !!CSE_FolderRedirection_Help
  1182.  
  1183.             PART !!CSE_SLOWLINK                 CHECKBOX
  1184.                 VALUENAME "NoSlowLink"
  1185.                 VALUEON NUMERIC 0
  1186.                 VALUEOFF NUMERIC 1
  1187.             END PART
  1188.  
  1189.             PART !!CSE_NOCHANGES                CHECKBOX
  1190.                 VALUENAME "NoGPOListChanges"
  1191.                 VALUEON NUMERIC 0
  1192.                 VALUEOFF NUMERIC 1
  1193.             END PART
  1194.         END POLICY
  1195.  
  1196.         POLICY !!CSE_Scripts
  1197.             KEYNAME "Software\Policies\Microsoft\Windows\Group Policy\{42B5FAAE-6536-11d2-AE5A-0000F87571E3}"
  1198.             #if version >= 4
  1199.         SUPPORTED !!SUPPORTED_Win2k
  1200.         #endif
  1201.  
  1202.             EXPLAIN !!CSE_Scripts_Help
  1203.  
  1204.             PART !!CSE_SLOWLINK                 CHECKBOX
  1205.                 VALUENAME "NoSlowLink"
  1206.                 VALUEON NUMERIC 0
  1207.                 VALUEOFF NUMERIC 1
  1208.             END PART
  1209.  
  1210.             PART !!CSE_NOBACKGROUND             CHECKBOX  
  1211.                 VALUENAME "NoBackgroundPolicy"
  1212.                 VALUEON NUMERIC 1
  1213.                 VALUEOFF NUMERIC 0
  1214.             END PART
  1215.  
  1216.             PART !!CSE_NOCHANGES                CHECKBOX
  1217.                 VALUENAME "NoGPOListChanges"
  1218.                 VALUEON NUMERIC 0
  1219.                 VALUEOFF NUMERIC 1
  1220.             END PART
  1221.         END POLICY
  1222.  
  1223.         POLICY !!CSE_Security
  1224.             KEYNAME "Software\Policies\Microsoft\Windows\Group Policy\{827D319E-6EAC-11D2-A4EA-00C04F79F83A}"
  1225.             #if version >= 4
  1226.         SUPPORTED !!SUPPORTED_Win2k
  1227.         #endif
  1228.  
  1229.             EXPLAIN !!CSE_Security_Help
  1230.  
  1231.             PART !!CSE_NOBACKGROUND             CHECKBOX   
  1232.                 VALUENAME "NoBackgroundPolicy"
  1233.                 VALUEON NUMERIC 1
  1234.                 VALUEOFF NUMERIC 0
  1235.             END PART
  1236.  
  1237.             PART !!CSE_NOCHANGES                CHECKBOX
  1238.                 VALUENAME "NoGPOListChanges"
  1239.                 VALUEON NUMERIC 0
  1240.                 VALUEOFF NUMERIC 1
  1241.             END PART
  1242.         END POLICY
  1243.  
  1244.         POLICY !!CSE_IPSecurity
  1245.             KEYNAME "Software\Policies\Microsoft\Windows\Group Policy\{e437bc1c-aa7d-11d2-a382-00c04f991e27}"
  1246.             #if version >= 4
  1247.         SUPPORTED !!SUPPORTED_Win2k
  1248.         #endif
  1249.  
  1250.             EXPLAIN !!CSE_IPSecurity_Help
  1251.  
  1252.             PART !!CSE_SLOWLINK                 CHECKBOX
  1253.                 VALUENAME "NoSlowLink"
  1254.                 VALUEON NUMERIC 0
  1255.                 VALUEOFF NUMERIC 1
  1256.             END PART
  1257.  
  1258.             PART !!CSE_NOBACKGROUND             CHECKBOX  
  1259.                 VALUENAME "NoBackgroundPolicy"
  1260.                 VALUEON NUMERIC 1
  1261.                 VALUEOFF NUMERIC 0
  1262.             END PART
  1263.  
  1264.             PART !!CSE_NOCHANGES                CHECKBOX
  1265.                 VALUENAME "NoGPOListChanges"
  1266.                 VALUEON NUMERIC 0
  1267.                 VALUEOFF NUMERIC 1
  1268.             END PART
  1269.         END POLICY
  1270.  
  1271.         POLICY !!CSE_EFSRecovery
  1272.             KEYNAME "Software\Policies\Microsoft\Windows\Group Policy\{B1BE8D72-6EAC-11D2-A4EA-00C04F79F83A}"
  1273.             #if version >= 4
  1274.         SUPPORTED !!SUPPORTED_Win2k
  1275.         #endif
  1276.  
  1277.             EXPLAIN !!CSE_EFSRecovery_Help
  1278.  
  1279.             PART !!CSE_SLOWLINK                 CHECKBOX
  1280.                 VALUENAME "NoSlowLink"
  1281.                 VALUEON NUMERIC 0
  1282.                 VALUEOFF NUMERIC 1
  1283.             END PART
  1284.  
  1285.             PART !!CSE_NOBACKGROUND             CHECKBOX 
  1286.                 VALUENAME "NoBackgroundPolicy"
  1287.                 VALUEON NUMERIC 1
  1288.                 VALUEOFF NUMERIC 0
  1289.             END PART
  1290.  
  1291.             PART !!CSE_NOCHANGES                CHECKBOX
  1292.                 VALUENAME "NoGPOListChanges"
  1293.                 VALUEON NUMERIC 0
  1294.                 VALUEOFF NUMERIC 1
  1295.             END PART
  1296.         END POLICY
  1297.  
  1298.         POLICY !!CSE_DiskQuota
  1299.             KEYNAME "Software\Policies\Microsoft\Windows\Group Policy\{3610eda5-77ef-11d2-8dc5-00c04fa31a66}"
  1300.             #if version >= 4
  1301.         SUPPORTED !!SUPPORTED_Win2k
  1302.         #endif
  1303.  
  1304.             EXPLAIN !!CSE_DiskQuota_Help
  1305.  
  1306.             PART !!CSE_SLOWLINK                 CHECKBOX
  1307.                 VALUENAME "NoSlowLink"
  1308.                 VALUEON NUMERIC 0
  1309.                 VALUEOFF NUMERIC 1
  1310.             END PART
  1311.  
  1312.             PART !!CSE_NOBACKGROUND             CHECKBOX   
  1313.                 VALUENAME "NoBackgroundPolicy"
  1314.                 VALUEON NUMERIC 1
  1315.                 VALUEOFF NUMERIC 0
  1316.             END PART
  1317.  
  1318.             PART !!CSE_NOCHANGES                CHECKBOX
  1319.                 VALUENAME "NoGPOListChanges"
  1320.                 VALUEON NUMERIC 0
  1321.                 VALUEOFF NUMERIC 1
  1322.             END PART
  1323.         END POLICY
  1324.  
  1325.     END CATEGORY ; PolicyPolicies
  1326.  
  1327.     CATEGORY !!RemoteAssist
  1328.         #if version >= 4
  1329.         EXPLAIN !!RemoteAssist_Help
  1330.         #endif
  1331.  
  1332.         POLICY !!RA_Solicit
  1333.             #if version >= 4
  1334.                 SUPPORTED !!SUPPORTED_WindowsXP
  1335.             #endif
  1336.  
  1337.             EXPLAIN !!RA_Solicit_Help
  1338.             KEYNAME "Software\policies\Microsoft\Windows NT\Terminal Services"
  1339.  
  1340.             VALUENAME fAllowToGetHelp
  1341.             VALUEON  NUMERIC 1
  1342.             VALUEOFF NUMERIC 0
  1343.  
  1344.             PART !!RA_Solicit_Control_List  DROPDOWNLIST NOSORT
  1345.                 KEYNAME "Software\policies\Microsoft\Windows NT\Terminal Services"
  1346.                 VALUENAME fAllowFullControl
  1347.                 ITEMLIST
  1348.                     NAME !!RA_Solicit_Control_Ctrl VALUE NUMERIC 1 DEFAULT
  1349.                     NAME !!RA_Solicit_Control_View VALUE NUMERIC 0  
  1350.                 END ITEMLIST
  1351.             END PART
  1352.  
  1353.             PART !!RA_Solicit_ExpireValue_Edt NUMERIC
  1354.                 KEYNAME "Software\policies\Microsoft\Windows NT\Terminal Services"
  1355.                 VALUENAME MaxTicketExpiry            
  1356.                 MIN 0 MAX 1440 DEFAULT 30
  1357.             END PART
  1358.  
  1359.             PART !!RA_Solicit_ExpireUnits_List  DROPDOWNLIST
  1360.                 KEYNAME "Software\policies\Microsoft\Windows NT\Terminal Services"
  1361.                 VALUENAME MaxTicketExpiryUnits
  1362.                 ITEMLIST
  1363.                     NAME !!RA_Solicit_Control_Minutes VALUE NUMERIC 0
  1364.                     NAME !!RA_Solicit_Control_Hours   VALUE NUMERIC 1 
  1365.                     NAME !!RA_Solicit_Control_Days    VALUE NUMERIC 2 DEFAULT
  1366.                 END ITEMLIST
  1367.             END PART
  1368.  
  1369.     END POLICY
  1370.  
  1371.        POLICY !!RA_Unsolicit
  1372.             #if version >= 4        
  1373.                 SUPPORTED !!SUPPORTED_WindowsXP
  1374.             #endif
  1375.  
  1376.             EXPLAIN !!RA_Unsolicit_Help
  1377.             KEYNAME "Software\policies\Microsoft\Windows NT\Terminal Services"
  1378.  
  1379.             VALUENAME fAllowUnsolicited
  1380.             VALUEON  NUMERIC 1
  1381.             VALUEOFF NUMERIC 0
  1382.  
  1383.             PART !!RA_Unsolicit_Control_List  DROPDOWNLIST NOSORT
  1384.                 KEYNAME "Software\policies\Microsoft\Windows NT\Terminal Services"
  1385.                 VALUENAME fAllowUnsolicitedFullControl
  1386.                 ITEMLIST
  1387.                     NAME !!RA_Unsolicit_Control_Ctrl VALUE NUMERIC 1 DEFAULT
  1388.                     NAME !!RA_Unsolicit_Control_View VALUE NUMERIC 0  
  1389.                 END ITEMLIST
  1390.             END PART
  1391.  
  1392.             PART !!RA_Unsolicit_DACL_Edit  LISTBOX
  1393.                 KEYNAME "Software\policies\Microsoft\Windows NT\Terminal Services\RAUnsolicit"
  1394.             END PART
  1395.  
  1396.  
  1397.         END POLICY
  1398.  
  1399.  
  1400.     END CATEGORY ;; RemoteAssist
  1401.  
  1402.     CATEGORY  !!SR
  1403.     #if version >= 4
  1404.     EXPLAIN !!SR_Help
  1405.     #endif    
  1406.  
  1407.         KEYNAME "Software\Policies\Microsoft\Windows NT\SystemRestore"
  1408.  
  1409.         POLICY !!SR_DisableSR
  1410.             #if version >= 4        
  1411.             SUPPORTED !!SUPPORTED_WindowsXP
  1412.         #endif
  1413.  
  1414.             EXPLAIN !!SR_DisableSR_Help
  1415.         VALUENAME "DisableSR"
  1416.             VALUEON NUMERIC 1
  1417.             VALUEOFF NUMERIC 0
  1418.         END POLICY
  1419.   
  1420.         POLICY !!SR_DisableConfig
  1421.             #if version >= 4        
  1422.             SUPPORTED !!SUPPORTED_WindowsXP
  1423.         #endif
  1424.  
  1425.         EXPLAIN !!SR_DisableConfig_Help
  1426.             VALUENAME "DisableConfig"
  1427.             VALUEON  NUMERIC 1
  1428.             VALUEOFF NUMERIC 0
  1429.         END POLICY
  1430.  
  1431.     END CATEGORY ;SR
  1432.  
  1433.     CATEGORY !!PCHealth
  1434.         #if version >= 4
  1435.     EXPLAIN !!PCHealth_Help
  1436.         #endif
  1437.  
  1438.         POLICY !!PCH_ShowUI
  1439.             #if version >= 4
  1440.                 SUPPORTED !!SUPPORTED_WindowsXP
  1441.             #endif
  1442.  
  1443.         EXPLAIN !!PCH_ShowUI_Help
  1444.             KEYNAME "Software\Policies\Microsoft\PCHealth\ErrorReporting"
  1445.  
  1446.             VALUENAME ShowUI
  1447.             VALUEON  NUMERIC 1
  1448.             VALUEOFF NUMERIC 0
  1449.             ACTIONLISTON
  1450.                 KEYNAME "Software\Policies\Microsoft\PCHealth\ErrorReporting\DW"
  1451.                 VALUENAME DWAllowHeadless
  1452.                 VALUE NUMERIC 0
  1453.             END ACTIONLISTON
  1454.             ACTIONLISTOFF
  1455.                 KEYNAME "Software\Policies\Microsoft\PCHealth\ErrorReporting\DW"
  1456.                 VALUENAME DWAllowHeadless
  1457.                 VALUE NUMERIC 1
  1458.             END ACTIONLISTOFF
  1459.         END POLICY
  1460.  
  1461.         POLICY !!PCH_DoReport
  1462.             #if version >= 4
  1463.                 SUPPORTED !!SUPPORTED_WindowsXP
  1464.             #endif
  1465.  
  1466.         EXPLAIN !!PCH_DoReport_Help
  1467.             KEYNAME "Software\Policies\Microsoft\PCHealth\ErrorReporting"
  1468.  
  1469.             VALUENAME DoReport
  1470.             VALUEON  NUMERIC 1
  1471.             VALUEOFF NUMERIC 0
  1472.  
  1473.             PART !!PCH_NoExternalURL_Chk  CHECKBOX
  1474.                 KEYNAME "Software\Policies\Microsoft\PCHealth\ErrorReporting\DW"
  1475.                 VALUENAME DWNoExternalURL
  1476.                 VALUEON  NUMERIC 1
  1477.                 VALUEOFF NUMERIC 0  
  1478.             END PART
  1479.  
  1480.             PART !!PCH_NoFileCollect_Chk  CHECKBOX
  1481.                 KEYNAME "Software\Policies\Microsoft\PCHealth\ErrorReporting\DW"
  1482.                 VALUENAME DWNoFileCollection
  1483.                 VALUEON  NUMERIC 1
  1484.                 VALUEOFF NUMERIC 0  
  1485.             END PART
  1486.  
  1487.             PART !!PCH_NoLevelTwo_Chk  CHECKBOX
  1488.                 KEYNAME "Software\Policies\Microsoft\PCHealth\ErrorReporting\DW"
  1489.                 VALUENAME DWNoSecondLevelCollection
  1490.                 VALUEON  NUMERIC 1
  1491.                 VALUEOFF NUMERIC 0  
  1492.             END PART
  1493.  
  1494.             PART !!PCH_ForceQ_Chk  CHECKBOX
  1495.                 KEYNAME "Software\Policies\Microsoft\PCHealth\ErrorReporting"
  1496.                 VALUENAME ForceQueueMode
  1497.                 VALUEON  NUMERIC 1
  1498.                 VALUEOFF NUMERIC 0  
  1499.             END PART
  1500.  
  1501.  
  1502.             PART !!PCH_DumpPath_Edit  EDITTEXT
  1503.                 KEYNAME "Software\Policies\Microsoft\PCHealth\ErrorReporting\DW"
  1504.                 VALUENAME DWFileTreeRoot
  1505.             END PART
  1506.  
  1507.             PART !!PCH_CompanyText_Edit  EDITTEXT
  1508.                 KEYNAME "Software\Policies\Microsoft\PCHealth\ErrorReporting\DW"
  1509.                 VALUENAME DWReporteeName
  1510.             END PART
  1511.  
  1512.         END POLICY
  1513.  
  1514.         CATEGORY !!PCH_AdvancedReporting
  1515.             #if version >= 4    
  1516.         EXPLAIN !!PCH_AdvancedReporting_Help        
  1517.             #endif
  1518.  
  1519.             KEYNAME "Software\Policies\Microsoft\PCHealth\ErrorReporting"
  1520.  
  1521.             POLICY !!PCH_AllOrNoneDef
  1522.                 #if version >= 4
  1523.                     SUPPORTED !!SUPPORTED_WindowsXP
  1524.                 #endif
  1525.  
  1526.                 EXPLAIN !!PCH_AllOrNoneDef_Help
  1527.  
  1528.                 PART !!PCH_AllOrNoneDef_List  DROPDOWNLIST NOSORT
  1529.                     KEYNAME "Software\Policies\Microsoft\PCHealth\ErrorReporting"
  1530.                     VALUENAME AllOrNone
  1531.                     ITEMLIST
  1532.                         NAME !!PCH_AllOrNoneDef_Include  VALUE NUMERIC 1 DEFAULT
  1533.                         NAME !!PCH_AllOrNoneDef_Exclude  VALUE NUMERIC 0  
  1534.                     END ITEMLIST
  1535.                 END PART
  1536.  
  1537.                 PART !!PCH_AllOrNoneIncMS_Chk  CHECKBOX  DEFCHECKED
  1538.                     KEYNAME "Software\Policies\Microsoft\PCHealth\ErrorReporting"
  1539.                     VALUENAME IncludeMicrosoftApps
  1540.                     VALUEON  NUMERIC 1
  1541.                     VALUEOFF NUMERIC 0  
  1542.                 END PART
  1543.  
  1544.                 PART !!PCH_AllOrNoneWinComp_Chk  CHECKBOX  DEFCHECKED
  1545.                     KEYNAME "Software\Policies\Microsoft\PCHealth\ErrorReporting"
  1546.                     VALUENAME IncludeWindowsApps
  1547.                     VALUEON  NUMERIC 1
  1548.                     VALUEOFF NUMERIC 0  
  1549.                 END PART
  1550.             END POLICY
  1551.  
  1552.             POLICY !!PCH_AllOrNoneInc
  1553.                 EXPLAIN !!PCH_AllOrNoneInc_Help
  1554.  
  1555.                 PART !!PCH_AllOrNoneInc_List  LISTBOX
  1556.                     KEYNAME "Software\Policies\Microsoft\PCHealth\ErrorReporting\InclusionList"
  1557.                 END PART
  1558.  
  1559.             END POLICY
  1560.  
  1561.             POLICY !!PCH_AllOrNoneEx
  1562.                 EXPLAIN !!PCH_AllOrNoneEx_Help
  1563.  
  1564.                 PART !!PCH_AllOrNoneEx_List  LISTBOX
  1565.                     KEYNAME "Software\Policies\Microsoft\PCHealth\ErrorReporting\ExclusionList"
  1566.                 END PART
  1567.  
  1568.             END POLICY
  1569.  
  1570.             POLICY !!PCH_ReportOperatingSystemFaults
  1571.                 #if version >= 4
  1572.                     SUPPORTED !!SUPPORTED_WindowsXP
  1573.                 #endif
  1574.  
  1575.                 EXPLAIN !!PCH_ReportOperatingSystemFaults_Help
  1576.                 KEYNAME "Software\Policies\Microsoft\PCHealth\ErrorReporting"
  1577.  
  1578.                 VALUENAME IncludeKernelFaults
  1579.                 VALUEON  NUMERIC 1
  1580.                 VALUEOFF NUMERIC 0
  1581.             END POLICY
  1582.  
  1583.             POLICY !!PCH_ReportShutdownEvents
  1584.                 #if version >= 4
  1585.                     SUPPORTED !!SUPPORTED_WindowsXP
  1586.                 #endif
  1587.  
  1588.                 EXPLAIN !!PCH_ReportShutdownEvents_Help
  1589.                 KEYNAME "Software\Policies\Microsoft\PCHealth\ErrorReporting"
  1590.  
  1591.                 VALUENAME IncludeShutdownErrs
  1592.                 VALUEON  NUMERIC 1
  1593.                 VALUEOFF NUMERIC 0
  1594.             END POLICY
  1595.  
  1596.         END CATEGORY
  1597.  
  1598.     END CATEGORY ; PCHealth
  1599.  
  1600.  
  1601.     CATEGORY  !!WFP
  1602.     #if version >= 4
  1603.     EXPLAIN !!WFP_Help
  1604.     #endif    
  1605.  
  1606.         KEYNAME "Software\Policies\Microsoft\Windows NT\Windows File Protection"
  1607.   
  1608.         POLICY !!WFPScan
  1609.         #if version >= 4
  1610.         SUPPORTED !!SUPPORTED_WindowsXP
  1611.         #endif
  1612.  
  1613.         EXPLAIN !!WFPScan_Help
  1614.             PART !!WFPScanList          DROPDOWNLIST REQUIRED
  1615.                 VALUENAME "SfcScan"
  1616.             ITEMLIST
  1617.                     NAME !!WFPScan_NotAtBoot      VALUE NUMERIC 0  DEFAULT
  1618.                     NAME !!WFPScan_AtBoot         VALUE NUMERIC 1
  1619.                 END ITEMLIST
  1620.             END PART
  1621.         END POLICY
  1622.  
  1623.         POLICY !!WFPShowProgress
  1624.           #if version >= 4
  1625.                 SUPPORTED !!SUPPORTED_WindowsXP
  1626.           #endif
  1627.  
  1628.  
  1629.             EXPLAIN !!WFPShowProgress_Help
  1630.         VALUENAME "SfcShowProgress"
  1631.             VALUEON NUMERIC 0
  1632.             VALUEOFF NUMERIC 1
  1633.         END POLICY
  1634.  
  1635.         POLICY !!WFPQuota
  1636.             #if version >= 4
  1637.          SUPPORTED !!SUPPORTED_WindowsXP
  1638.           #endif
  1639.  
  1640.             EXPLAIN !!WFPQuota_Help
  1641.             PART !!WFPQuota_Tip1 TEXT
  1642.             END PART
  1643.             PART !!WFPQuota_Tip2 TEXT
  1644.             END PART
  1645.  
  1646.             PART  !!WFPQuota_Size NUMERIC
  1647.                 MIN 0 MAX 4294967295 DEFAULT 50 SPIN 1
  1648.                 VALUENAME "SfcQuota"
  1649.             END PART
  1650.         END POLICY      
  1651.  
  1652.         POLICY !!WFPDllCacheDir
  1653.          #if version >= 4
  1654.           SUPPORTED !!SUPPORTED_WindowsXP
  1655.         #endif
  1656.  
  1657.             EXPLAIN !!WFPDllCacheDir_Help
  1658.  
  1659.             PART !!WFPDllCacheDirBox         EDITTEXT REQUIRED
  1660.                 VALUENAME "SFCDllCacheDir"
  1661.             END PART
  1662.         END POLICY
  1663.  
  1664.     END CATEGORY ; WFP
  1665.  
  1666.     CATEGORY !!Rpc
  1667.     #if version >= 4
  1668.     EXPLAIN !!RPC_Help
  1669.     #endif
  1670.  
  1671.             KEYNAME "Software\Policies\Microsoft\Windows NT\Rpc"
  1672.  
  1673.             POLICY !!RpcStateInformation
  1674.             #if version >= 4
  1675.              SUPPORTED !!SUPPORTED_WindowsXP
  1676.           #endif
  1677.  
  1678.             EXPLAIN !!RpcStateInformation_Help
  1679.                 PART !!RpcStateInformationList          DROPDOWNLIST REQUIRED
  1680.                     VALUENAME "StateInformation"
  1681.                     ITEMLIST
  1682.                         NAME !!RpcStateInfoNone     VALUE NUMERIC 0
  1683.                         NAME !!RpcStateInfoAuto1    VALUE NUMERIC 1
  1684.                         NAME !!RpcStateInfoAuto2    VALUE NUMERIC 2   DEFAULT
  1685.                         NAME !!RpcStateInfoServer   VALUE NUMERIC 3
  1686.                         NAME !!RpcStateInfoBoth     VALUE NUMERIC 4
  1687.                     END ITEMLIST
  1688.                 END PART
  1689.             END POLICY
  1690.  
  1691.             POLICY !!RpcExtendedErrorInformation
  1692.           #if version >= 4
  1693.             SUPPORTED !!SUPPORTED_WindowsXP
  1694.           #endif
  1695.  
  1696.  
  1697.             EXPLAIN !!RpcExtendedErrorInformation_Help
  1698.                 PART !!RpcExtendedErrorInformationList  DROPDOWNLIST REQUIRED
  1699.                     VALUENAME "ExtErrorInformation"
  1700.                     ITEMLIST
  1701.                         NAME !!RpcEEInfoOff         VALUE NUMERIC 0   DEFAULT
  1702.                         NAME !!RpcEEInfoOnWithExc   VALUE NUMERIC 1
  1703.                         NAME !!RpcEEInfoOffWithExc  VALUE NUMERIC 2
  1704.                         NAME !!RpcEEInfoOn          VALUE NUMERIC 3
  1705.                     END ITEMLIST
  1706.                 END PART
  1707.                 PART !!RpcExtErrorExceptions        EDITTEXT
  1708.                     VALUENAME "ExtErrorInfoExceptions"
  1709.                 END PART
  1710.             END POLICY
  1711.  
  1712.     END CATEGORY  ; Rpc
  1713.  
  1714.     CATEGORY !!W32TIME_ROOT
  1715.            #if version >= 4
  1716.               EXPLAIN !!W32TIME_Help
  1717.         #endif
  1718.  
  1719.  
  1720.       KEYNAME "Software\Policies\Microsoft\W32Time"
  1721.  
  1722.       POLICY !!W32TIME_POLICY_CONFIG
  1723.         #if version >= 4
  1724.             SUPPORTED !!SUPPORTED_WindowsXP
  1725.         #endif
  1726.         EXPLAIN !!W32TIME_CONFIG_EXPLAIN
  1727.  
  1728.         KEYNAME "Software\Policies\Microsoft\W32Time\Config"
  1729.  
  1730.             PART !!W32TIME_ClockDisciplineParameters TEXT
  1731.         END PART
  1732.  
  1733.         PART !!W32TIME_FrequencyCorrectRate NUMERIC
  1734.               VALUENAME "FrequencyCorrectRate"
  1735.               DEFAULT 4
  1736.               MIN 1
  1737.         END PART
  1738.  
  1739.         PART !!W32TIME_HoldPeriod NUMERIC
  1740.               VALUENAME "HoldPeriod"
  1741.               DEFAULT 5
  1742.               MIN 1
  1743.         END PART
  1744.  
  1745.         PART !!W32TIME_LargePhaseOffset NUMERIC
  1746.               VALUENAME "LargePhaseOffset"
  1747.               DEFAULT 1280000
  1748.               MAX 4294967295
  1749.         END PART
  1750.  
  1751.         PART !!W32TIME_MaxAllowedPhaseOffset NUMERIC
  1752.               VALUENAME "MaxAllowedPhaseOffset"
  1753.               DEFAULT 300
  1754.               MIN 0 
  1755.         END PART
  1756.  
  1757.         PART !!W32TIME_MaxNegPhaseCorrection NUMERIC
  1758.               VALUENAME "MaxNegPhaseCorrection"
  1759.               DEFAULT 54000
  1760.               MIN 0
  1761.               MAX 4294967295
  1762.         END PART
  1763.  
  1764.         PART !!W32TIME_MaxPosPhaseCorrection NUMERIC
  1765.               VALUENAME "MaxPosPhaseCorrection"
  1766.               DEFAULT 54000
  1767.               MIN 0
  1768.               MAX 4294967295
  1769.         END PART
  1770.  
  1771.         PART !!W32TIME_PhaseCorrectRate NUMERIC
  1772.               VALUENAME "PhaseCorrectRate"
  1773.               DEFAULT 1
  1774.               MIN 1
  1775.         END PART
  1776.  
  1777.         PART !!W32TIME_PollAdjustFactor NUMERIC
  1778.               VALUENAME "PollAdjustFactor"
  1779.               DEFAULT 5 
  1780.               MIN 1
  1781.         END PART
  1782.  
  1783.         PART !!W32TIME_SpikeWatchPeriod NUMERIC
  1784.               VALUENAME "SpikeWatchPeriod"
  1785.               DEFAULT 90 
  1786.               MIN 1
  1787.         END PART
  1788.  
  1789.         PART !!W32TIME_UpdateInterval NUMERIC
  1790.               VALUENAME "UpdateInterval"
  1791.               DEFAULT 30000
  1792.               MIN 1
  1793.               MAX 4294967295
  1794.         END PART
  1795.  
  1796.         PART !!W32TIME_GeneralParameters TEXT
  1797.         END PART 
  1798.     
  1799.         PART !!W32TIME_AnnounceFlags NUMERIC
  1800.               VALUENAME "AnnounceFlags"
  1801.               DEFAULT 10
  1802.               MIN 0
  1803.               MAX 16
  1804.         END PART
  1805.  
  1806.         PART !!W32TIME_EventLogFlags NUMERIC
  1807.               VALUENAME "EventLogFlags"
  1808.               DEFAULT 2
  1809.               MIN 0
  1810.               MAX 3
  1811.         END PART
  1812.  
  1813.         PART !!W32TIME_LocalClockDispersion NUMERIC
  1814.               VALUENAME "LocalClockDispersion"
  1815.               DEFAULT 10
  1816.               MIN 0
  1817.               MAX 16
  1818.         END PART
  1819.  
  1820.         PART !!W32TIME_MaxPollInterval NUMERIC
  1821.               VALUENAME "MaxPollInterval"
  1822.               DEFAULT 15
  1823.         END PART
  1824.  
  1825.         PART !!W32TIME_MinPollInterval NUMERIC
  1826.               VALUENAME "MinPollInterval"
  1827.               DEFAULT 10
  1828.               MAX     15
  1829.         END PART
  1830.  
  1831.     END POLICY
  1832.  
  1833.     CATEGORY !!W32TIME_TIMEPROVIDERS
  1834.            #if version >= 4
  1835.               EXPLAIN !!W32TIME_TIMEPROVIDERS_Help
  1836.         #endif
  1837.  
  1838.  
  1839.  
  1840.             POLICY !!W32TIME_POLICY_ENABLE_NTPCLIENT
  1841.             #if version >= 4
  1842.                       SUPPORTED !!SUPPORTED_WindowsXP
  1843.             #endif
  1844.             
  1845.             EXPLAIN !!W32TIME_ENABLE_NTPCLIENT_EXPLAIN
  1846.  
  1847.             KEYNAME "Software\Policies\Microsoft\W32time\TimeProviders\NtpClient"
  1848.  
  1849.                 VALUENAME "Enabled"
  1850.                 VALUEON NUMERIC 1
  1851.                 VALUEOFF NUMERIC 0
  1852.  
  1853.  
  1854.             END POLICY
  1855.  
  1856.                   POLICY !!W32TIME_POLICY_CONFIGURE_NTPCLIENT
  1857.             #if version >= 4
  1858.                       SUPPORTED !!SUPPORTED_WindowsXP
  1859.             #endif
  1860.  
  1861.              EXPLAIN !!W32TIME_CONFIGURE_NTPCLIENT_EXPLAIN
  1862.  
  1863.             KEYNAME "Software\Policies\Microsoft\W32time\TimeProviders\NtpClient"
  1864.  
  1865.             PART !!W32TIME_NtpServer EDITTEXT 
  1866.                     KEYNAME "Software\Policies\Microsoft\W32time\Parameters"
  1867.                 VALUENAME "NtpServer"
  1868.                     DEFAULT   "time.windows.com,0x1"
  1869.             END PART
  1870.     
  1871.                 PART !!W32TIME_Type DROPDOWNLIST NOSORT
  1872.                     KEYNAME "Software\Policies\Microsoft\W32time\Parameters"
  1873.                     VALUENAME "Type"
  1874.                     ITEMLIST
  1875.                     NAME !!W32TIME_Type_NoSync  VALUE "NoSync" 
  1876.                         NAME !!W32TIME_Type_Ntp     VALUE "NTP"
  1877.                     NAME !!W32TIME_Type_NT5DS   VALUE "NT5DS"  DEFAULT
  1878.                     NAME !!W32TIME_Type_AllSync VALUE "AllSync"
  1879.                 END ITEMLIST
  1880.             END PART
  1881.  
  1882.             PART !!W32TIME_CrossSiteSyncFlags NUMERIC
  1883.                     VALUENAME "CrossSiteSyncFlags"
  1884.                     DEFAULT 2
  1885.                     MIN 0 
  1886.                     MAX 2
  1887.             END PART
  1888.   
  1889.             PART !!W32TIME_ResolvePeerBackoffMinutes NUMERIC
  1890.                     VALUENAME "ResolvePeerBackoffMinutes"
  1891.                     DEFAULT 15
  1892.             END PART
  1893.  
  1894.             PART !!W32TIME_ResolvePeerBackoffMaxTimes NUMERIC
  1895.                 VALUENAME "ResolvePeerBackoffMaxTimes"
  1896.                 DEFAULT 7
  1897.             END PART
  1898.  
  1899.             PART !!W32TIME_SpecialPollInterval NUMERIC
  1900.                 VALUENAME "SpecialPollInterval"
  1901.                 DEFAULT 3600
  1902.                 MAX 4294967295
  1903.             END PART
  1904.  
  1905.             PART !!W32TIME_EventLogFlags NUMERIC
  1906.                 VALUENAME "EventLogFlags"
  1907.                 DEFAULT 0
  1908.                 MIN  0
  1909.                 MAX  1
  1910.             END PART
  1911.         END POLICY
  1912.  
  1913.         POLICY !!W32TIME_POLICY_ENABLE_NTPSERVER
  1914.             #if version >= 4
  1915.                       SUPPORTED !!SUPPORTED_WindowsXP
  1916.             #endif
  1917.  
  1918.                 EXPLAIN !!W32TIME_ENABLE_NTPSERVER_EXPLAIN
  1919.  
  1920.             KEYNAME "Software\Policies\Microsoft\W32Time\TimeProviders\NtpServer"      
  1921.   
  1922.                 VALUENAME "Enabled"
  1923.                 VALUEON NUMERIC 1
  1924.                 VALUEOFF NUMERIC 0
  1925.         END POLICY
  1926.  
  1927.     END CATEGORY ;; W32TIME_CATEGORY_TIMEPROVIDERS
  1928.  
  1929.    END CATEGORY ;; W32TIME_CATEGORY_ROOT
  1930.  
  1931. END CATEGORY    ; AdministrativeServices
  1932.  
  1933. CATEGORY  !!Network
  1934.     #if version >= 4
  1935.         EXPLAIN !!Network_Help
  1936.     #endif
  1937.  
  1938.     CATEGORY !!DNS_Client
  1939.     #if version >= 4
  1940.     EXPLAIN !!DNS_Client_Help
  1941.     #endif
  1942.  
  1943.     POLICY !!DNS_PrimaryDnsSuffix
  1944.         KEYNAME "Software\Policies\Microsoft\System\DNSClient"
  1945.         #if version >= 4
  1946.         SUPPORTED !!SUPPORTED_Win2k
  1947.         #endif
  1948.          
  1949.         EXPLAIN !!DNS_PrimaryDnsSuffix_Help
  1950.  
  1951.             PART !!DNS_PrimaryDnsSuffixBox    EDITTEXT
  1952.         VALUENAME "NV PrimaryDnsSuffix"
  1953.             END PART
  1954.         END POLICY
  1955.  
  1956.         POLICY !!DNS_RegistrationEnabled
  1957.             KEYNAME "Software\Policies\Microsoft\Windows NT\DNSClient"
  1958.         #if version >= 4
  1959.         SUPPORTED !!SUPPORTED_WindowsXP
  1960.         #endif
  1961.  
  1962.             EXPLAIN !!DNS_RegistrationEnabled_Help
  1963.             VALUENAME "RegistrationEnabled"
  1964.                 VALUEON  NUMERIC 1
  1965.                 VALUEOFF  NUMERIC 0
  1966.         END POLICY
  1967.  
  1968.         POLICY !!DNS_SearchList
  1969.             KEYNAME "Software\Policies\Microsoft\Windows NT\DNSClient"
  1970.         #if version >= 4
  1971.         SUPPORTED !!SUPPORTED_WindowsXP
  1972.         #endif
  1973.  
  1974.             EXPLAIN !!DNS_SearchList_Help
  1975.  
  1976.             PART !!DNS_SearchListLabel EDITTEXT REQUIRED
  1977.                 VALUENAME "SearchList"
  1978.             END PART
  1979.         END POLICY
  1980.  
  1981.         POLICY !!DNS_UseDomainNameDevolution
  1982.             KEYNAME "Software\Policies\Microsoft\Windows NT\DNSClient"
  1983.  
  1984.         #if version >= 4
  1985.         SUPPORTED !!SUPPORTED_WindowsXP
  1986.         #endif
  1987.  
  1988.             EXPLAIN !!DNS_UseDomainNameDevolution_Help
  1989.             VALUENAME "UseDomainNameDevolution"
  1990.                 VALUEON  NUMERIC 1
  1991.                 VALUEOFF  NUMERIC 0
  1992.         END POLICY
  1993.  
  1994.         POLICY !!DNS_RegisterReverseLookup
  1995.             KEYNAME "Software\Policies\Microsoft\Windows NT\DNSClient"
  1996.  
  1997.         #if version >= 4
  1998.         SUPPORTED !!SUPPORTED_WindowsXP
  1999.         #endif
  2000.  
  2001.             EXPLAIN !!DNS_RegisterReverseLookup_Help
  2002.  
  2003.             PART !!DNS_RegisterReverseLookup_Box          DROPDOWNLIST REQUIRED
  2004.                 VALUENAME "RegisterReverseLookup"
  2005.                 ITEMLIST
  2006.             NAME !!DNS_RegisterReverseLookup_RegisterOnlyIfASucceeds  VALUE NUMERIC 2    DEFAULT
  2007.             NAME !!DNS_RegisterReverseLookup_Register              VALUE NUMERIC 1
  2008.                 NAME !!DNS_RegisterReverseLookup_DoNotRegister            VALUE NUMERIC 0   
  2009.                 END ITEMLIST
  2010.             END PART
  2011.         END POLICY
  2012.  
  2013.  
  2014.         POLICY !!DNS_RegistrationRefreshInterval
  2015.             KEYNAME "Software\Policies\Microsoft\Windows NT\DNSClient"
  2016.  
  2017.         #if version >= 4
  2018.         SUPPORTED !!SUPPORTED_WindowsXP
  2019.         #endif
  2020.  
  2021.             EXPLAIN !!DNS_RegistrationRefreshInterval_Help
  2022.  
  2023.             PART !!DNS_RegistrationRefreshIntervalLabel NUMERIC
  2024.                 MIN 1800 MAX 4294967200 DEFAULT 1800 SPIN 100
  2025.                 VALUENAME "RegistrationRefreshInterval"
  2026.             END PART
  2027.         END POLICY
  2028.  
  2029.         POLICY !!DNS_RegistrationOverwritesInConflict
  2030.             KEYNAME "Software\Policies\Microsoft\Windows NT\DNSClient"
  2031.  
  2032.         #if version >= 4
  2033.         SUPPORTED !!SUPPORTED_WindowsXP
  2034.         #endif
  2035.  
  2036.             EXPLAIN !!DNS_RegistrationOverwritesInConflict_Help
  2037.  
  2038.             VALUENAME "RegistrationOverwritesInConflict"
  2039.                 VALUEON  NUMERIC 1
  2040.                 VALUEOFF  NUMERIC 0
  2041.         END POLICY
  2042.  
  2043.         POLICY !!DNS_NameServer
  2044.             KEYNAME "Software\Policies\Microsoft\Windows NT\DNSClient"
  2045.  
  2046.         #if version >= 4
  2047.         SUPPORTED !!SUPPORTED_WindowsXP
  2048.         #endif
  2049.  
  2050.             EXPLAIN !!DNS_NameServer_Help
  2051.  
  2052.             PART !!DNS_NameServerLabel EDITTEXT REQUIRED
  2053.                 VALUENAME "NameServer"
  2054.             END PART
  2055.         END POLICY
  2056.  
  2057.         POLICY !!DNS_Domain
  2058.             KEYNAME "Software\Policies\Microsoft\Windows NT\DNSClient"
  2059.  
  2060.         #if version >= 4
  2061.         SUPPORTED !!SUPPORTED_WindowsXP
  2062.         #endif
  2063.  
  2064.             EXPLAIN !!DNS_Domain_Help
  2065.  
  2066.             PART !!DNS_DomainLabel EDITTEXT REQUIRED
  2067.                 VALUENAME "AdapterDomainName"
  2068.             END PART
  2069.         END POLICY
  2070.  
  2071.         POLICY !!DNS_RegisterAdapterName
  2072.             KEYNAME "Software\Policies\Microsoft\Windows NT\DNSClient"
  2073.  
  2074.         #if version >= 4
  2075.         SUPPORTED !!SUPPORTED_WindowsXP
  2076.         #endif
  2077.  
  2078.             EXPLAIN !!DNS_RegisterAdapterName_Help
  2079.  
  2080.             VALUENAME "RegisterAdapterName"
  2081.                 VALUEON  NUMERIC 1
  2082.                 VALUEOFF  NUMERIC 0
  2083.         END POLICY
  2084.  
  2085.         POLICY !!DNS_RegistrationTtl
  2086.             KEYNAME "Software\Policies\Microsoft\Windows NT\DNSClient"
  2087.  
  2088.         #if version >= 4
  2089.         SUPPORTED !!SUPPORTED_WindowsXP
  2090.         #endif
  2091.  
  2092.             EXPLAIN !!DNS_RegistrationTtl_Help
  2093.  
  2094.             PART !!DNS_RegistrationTtlLabel NUMERIC
  2095.                 MIN 0 MAX 4294967200 DEFAULT 600 SPIN 100
  2096.                 VALUENAME "RegistrationTtl"
  2097.             END PART
  2098.         END POLICY
  2099.  
  2100.  
  2101.         POLICY !!DNS_UpdateSecurityLevel
  2102.             KEYNAME "Software\Policies\Microsoft\Windows NT\DNSClient"
  2103.  
  2104.         #if version >= 4
  2105.         SUPPORTED !!SUPPORTED_WindowsXP
  2106.         #endif
  2107.  
  2108.             EXPLAIN !!DNS_UpdateSecurityLevel_Help
  2109.  
  2110.             PART !!DNS_UpdateSecurityLevel_Box          DROPDOWNLIST REQUIRED
  2111.                 VALUENAME "UpdateSecurityLevel"
  2112.                 ITEMLIST
  2113.             NAME !!DNS_UpdateSecurityLevel_OnlySecure            VALUE NUMERIC 256
  2114.                      NAME !!DNS_UpdateSecurityLevel_OnlyUnsecure             VALUE NUMERIC 16   
  2115.             NAME !!DNS_UpdateSecurityLevel_UnsecureFollowedBySecure VALUE NUMERIC 0    DEFAULT
  2116.                 END ITEMLIST
  2117.             END PART
  2118.         END POLICY
  2119.  
  2120.  
  2121.         POLICY !!DNS_UpdateTopLevelDomainZones
  2122.             KEYNAME "Software\Policies\Microsoft\Windows NT\DNSClient"
  2123.  
  2124.         #if version >= 4
  2125.         SUPPORTED !!SUPPORTED_WindowsXP
  2126.         #endif
  2127.  
  2128.             EXPLAIN !!DNS_UpdateTopLevelDomainZones_Help
  2129.  
  2130.             VALUENAME "UpdateTopLevelDomainZones"
  2131.                 VALUEON  NUMERIC 1
  2132.                 VALUEOFF  NUMERIC 0
  2133.         END POLICY
  2134.  
  2135. ;     Postponed until next Windows release.
  2136. ;        POLICY !!DNS_AppendToMultiLabelName
  2137. ;            KEYNAME "Software\Policies\Microsoft\Windows NT\DNSClient"
  2138. ;        #if version >= 4
  2139. ;        SUPPORTED !!SUPPORTED_WindowsXP
  2140. ;        #endif
  2141. ;
  2142. ;            EXPLAIN !!DNS_AppendToMultiLabelName_Help
  2143. ;            VALUENAME "AppendToMultiLabelName"
  2144. ;                VALUEON  NUMERIC 1
  2145. ;                VALUEOFF  NUMERIC 0
  2146. ;        END POLICY
  2147.  
  2148.  
  2149.  
  2150.    END CATEGORY ;DNS_Client
  2151.  
  2152.    CATEGORY !!Cat_OfflineFiles
  2153.     #if version >= 4
  2154.     EXPLAIN !!Cat_OfflineFiles_Help
  2155.     #endif
  2156.  
  2157.         KEYNAME "Software\Policies\Microsoft\Windows\NetCache"
  2158.  
  2159.         POLICY !!Pol_Enabled
  2160.             #if version >= 4
  2161.         SUPPORTED !!SUPPORTED_Win2k
  2162.         #endif
  2163.  
  2164.         EXPLAIN !!Pol_Enabled_Help
  2165.             VALUENAME "Enabled"
  2166.         VALUEON  NUMERIC 1
  2167.         VALUEOFF NUMERIC 0
  2168.  
  2169.             PART !!Lbl_EnabledHelp1             TEXT    
  2170.         END PART
  2171.             PART !!Lbl_EnabledHelp2             TEXT    
  2172.         END PART
  2173.             PART !!Lbl_EnabledHelp3             TEXT    
  2174.         END PART
  2175.         END POLICY
  2176.  
  2177.         POLICY !!Pol_NoConfigCache
  2178.             #if version >= 4
  2179.         SUPPORTED !!SUPPORTED_Win2k
  2180.         #endif
  2181.  
  2182.             EXPLAIN !!Pol_NoConfigCache_Help
  2183.         VALUENAME "NoConfigCache"
  2184.  
  2185.         PART !!Lbl_NoConfigCacheHelp1       TEXT    
  2186.             END PART
  2187.     END POLICY
  2188.  
  2189.     POLICY !!Pol_SyncAtLogon
  2190.             #if version >= 4
  2191.         SUPPORTED !!SUPPORTED_Win2k
  2192.         #endif
  2193.  
  2194.             EXPLAIN !!Pol_SyncAtLogon_Help
  2195.             VALUENAME "SyncAtLogon"
  2196.         VALUEON  NUMERIC 1
  2197.         VALUEOFF NUMERIC 0
  2198.  
  2199.     END POLICY
  2200.  
  2201.  
  2202.         POLICY !!Pol_SyncAtLogoff
  2203.             #if version >= 4
  2204.         SUPPORTED !!SUPPORTED_Win2k
  2205.         #endif
  2206.  
  2207.             EXPLAIN !!Pol_SyncAtLogoff_Help
  2208.             VALUENAME "SyncAtLogoff"
  2209.         VALUEON  NUMERIC 1
  2210.         VALUEOFF NUMERIC 0
  2211.  
  2212.     END POLICY
  2213.  
  2214.     POLICY !!Pol_SyncAtSuspend
  2215.              
  2216.         #if version >= 4
  2217.             SUPPORTED !!SUPPORTED_Win2k
  2218.             #endif
  2219.  
  2220.             EXPLAIN !!Pol_SyncAtSuspend_Help
  2221.     
  2222.             PART !!Lbl_SyncAtSuspendHelp1     TEXT   
  2223.         END PART
  2224.             PART !!Blank                        TEXT    
  2225.         END PART
  2226.  
  2227.             PART !!Lbl_SyncAtSuspendCombo     DROPDOWNLIST REQUIRED
  2228.         VALUENAME "SyncAtSuspend"
  2229.             ITEMLIST
  2230.             NAME !!Lbl_QuickSync            VALUE NUMERIC 0 DEFAULT
  2231.             NAME !!Lbl_FullSync             VALUE NUMERIC 1
  2232.             END ITEMLIST
  2233.             END PART
  2234.         END POLICY
  2235.  
  2236.  
  2237.         POLICY !!Pol_DefCacheSize
  2238.         #if version >= 4
  2239.         SUPPORTED !!SUPPORTED_Win2k
  2240.         #endif
  2241.  
  2242.         EXPLAIN !!Pol_DefCacheSize_Help
  2243.  
  2244.             PART !!Lbl_DefCacheSizeHelp1  TEXT    
  2245.         END PART
  2246.             PART !!Lbl_DefCacheSizeHelp2  TEXT    
  2247.         END PART
  2248.             PART !!Blank                  TEXT    
  2249.         END PART
  2250.  
  2251.         PART !!Lbl_DefCacheSizeSpin         NUMERIC DEFAULT 1000 MIN 0 MAX 10000 SPIN 100
  2252.             VALUENAME "DefCacheSize"
  2253.         END PART
  2254.         END POLICY
  2255.  
  2256.         POLICY !!Pol_GoOfflineAction
  2257.              
  2258.         #if version >= 4
  2259.             SUPPORTED !!SUPPORTED_Win2k
  2260.             #endif
  2261.  
  2262.             EXPLAIN !!Pol_GoOfflineAction_Help
  2263.     
  2264.             PART !!Lbl_GoOfflineActionHelp1     TEXT   
  2265.         END PART
  2266.             PART !!Lbl_GoOfflineActionHelp2     TEXT    
  2267.         END PART
  2268.             PART !!Blank                        TEXT    
  2269.         END PART
  2270.  
  2271.             PART !!Lbl_GoOfflineActionCombo     DROPDOWNLIST REQUIRED
  2272.         VALUENAME "GoOfflineAction"
  2273.             ITEMLIST
  2274.             NAME !!Lbl_WorkOffline             VALUE NUMERIC 0 DEFAULT
  2275.             NAME !!Lbl_Fail                    VALUE NUMERIC 1
  2276.             END ITEMLIST
  2277.             END PART
  2278.  
  2279.             PART !!Blank                        TEXT    
  2280.         END PART
  2281.             PART !!Lbl_GoOfflineActionHelp3     TEXT    
  2282.         END PART
  2283.             PART !!Lbl_GoOfflineActionHelp4     TEXT    
  2284.         END PART
  2285.         END POLICY
  2286.  
  2287.         POLICY !!Pol_CustomGoOfflineActions
  2288.             #if version >= 4
  2289.         SUPPORTED !!SUPPORTED_Win2k
  2290.         #endif
  2291.  
  2292.         EXPLAIN !!Pol_CustomGoOfflineActions_Help
  2293.         KEYNAME "Software\Policies\Microsoft\Windows\NetCache\CustomGoOfflineActions"
  2294.  
  2295.             PART !!Lbl_CustomGoOfflineActionsHelp1  TEXT   
  2296.         END PART
  2297.             PART !!Lbl_CustomGoOfflineActionsHelp2  TEXT   
  2298.         END PART
  2299.             PART !!Blank                            TEXT   
  2300.         END PART
  2301.  
  2302.             PART !!Lbl_CustomGoOfflineActionsList   LISTBOX EXPLICITVALUE 
  2303.         END PART
  2304.  
  2305.             PART !!Lbl_CustomGoOfflineActionsHelp3  TEXT   
  2306.         END PART
  2307.             PART !!Lbl_CustomGoOfflineActionsHelp4  TEXT   
  2308.         END PART
  2309.             PART !!Lbl_CustomGoOfflineActionsHelp5  TEXT   
  2310.         END PART
  2311.         END POLICY
  2312.  
  2313.  
  2314.         POLICY !!Pol_NoMakeAvailableOffline
  2315.             #if version >= 4
  2316.         SUPPORTED !!SUPPORTED_Win2k
  2317.         #endif
  2318.  
  2319.             EXPLAIN !!Pol_NoMakeAvailableOffline_Help
  2320.         VALUENAME "NoMakeAvailableOffline"
  2321.  
  2322.         END POLICY
  2323.  
  2324.  
  2325.         POLICY !!Pol_NoCacheViewer
  2326.             #if version >= 4
  2327.         SUPPORTED !!SUPPORTED_Win2k
  2328.         #endif
  2329.  
  2330.             EXPLAIN !!Pol_NoCacheViewer_Help
  2331.         VALUENAME "NoCacheViewer"
  2332.  
  2333.     END POLICY
  2334.  
  2335.         POLICY !!Pol_ExtExclusionList
  2336.             #if version >= 4
  2337.         SUPPORTED !!SUPPORTED_Win2k
  2338.         #endif
  2339.  
  2340.             EXPLAIN !!Pol_ExtExclusionList_Help
  2341.  
  2342.         PART !!Lbl_ExtExclusionListHelp1    TEXT    
  2343.         END PART
  2344.         PART !!Lbl_ExtExclusionListHelp2    TEXT    
  2345.             END PART
  2346.             PART !!Lbl_ExtExclusionListHelp3    TEXT    
  2347.         END PART
  2348.             PART !!Blank                        TEXT    
  2349.         END PART
  2350.  
  2351.             PART !!Lbl_ExtExclusionListEdit     EDITTEXT
  2352.         VALUENAME "ExcludeExtensions"
  2353.         END PART
  2354.     END POLICY
  2355.  
  2356.     POLICY !!Pol_AssignedOfflineFiles
  2357.             KEYNAME "Software\Policies\Microsoft\Windows\NetCache\AssignedOfflineFolders"
  2358.             #if version >= 4
  2359.         SUPPORTED !!SUPPORTED_Win2k
  2360.         #endif
  2361.  
  2362.             EXPLAIN !!Pol_AssignedOfflineFiles_Help
  2363.  
  2364.         PART !!Lbl_AssignedOfflineFilesHelp1    TEXT    
  2365.             END PART
  2366.             PART !!Lbl_AssignedOfflineFilesHelp2    TEXT    
  2367.             END PART
  2368.             PART !!Lbl_AssignedOfflineFilesHelp3    TEXT    
  2369.             END PART
  2370.  
  2371.             PART !!Blank                            TEXT    
  2372.             END PART
  2373.         
  2374.         PART !!Lbl_AssignedOfflineFilesList   LISTBOX EXPLICITVALUE ADDITIVE
  2375.         END PART
  2376.         END POLICY
  2377.  
  2378.       POLICY !!Pol_NoReminders
  2379.             #if version >= 4
  2380.         SUPPORTED !!SUPPORTED_Win2k
  2381.         #endif
  2382.  
  2383.             EXPLAIN !!Pol_NoReminders_Help
  2384.         VALUENAME "NoReminders"
  2385.         VALUEON  NUMERIC 1
  2386.         VALUEOFF NUMERIC 0
  2387.  
  2388.     END POLICY
  2389.  
  2390.         POLICY !!Pol_ReminderFreq
  2391.             #if version >= 4
  2392.         SUPPORTED !!SUPPORTED_Win2k
  2393.         #endif
  2394.  
  2395.             EXPLAIN !!Pol_ReminderFreq_Help
  2396.  
  2397.             PART !!Lbl_ReminderFreqHelp1  TEXT    
  2398.             END PART
  2399.             PART !!Blank                  TEXT    
  2400.         END PART
  2401.  
  2402.             PART !!Lbl_ReminderFreqSpin   NUMERIC DEFAULT 60 
  2403.         MIN 0 MAX 1440 SPIN 10
  2404.             VALUENAME "ReminderFreqMinutes"
  2405.         END PART
  2406.         END POLICY
  2407.  
  2408.         POLICY !!Pol_ReminderInitTimeout
  2409.             #if version >= 4
  2410.         SUPPORTED !!SUPPORTED_Win2k
  2411.         #endif
  2412.  
  2413.             EXPLAIN !!Pol_ReminderInitTimeout_Help
  2414.  
  2415.             PART !!Lbl_ReminderInitTimeoutHelp1  TEXT    
  2416.             END PART
  2417.             PART !!Lbl_ReminderInitTimeoutHelp2  TEXT    
  2418.         END PART
  2419.             PART !!Blank                         TEXT    
  2420.         END PART
  2421.  
  2422.             PART !!Lbl_ReminderInitTimeoutSpin   NUMERIC DEFAULT 30 
  2423.         MIN 10 MAX 60 SPIN 1
  2424.             VALUENAME "InitialBalloonTimeoutSeconds"
  2425.         END PART
  2426.         END POLICY
  2427.  
  2428.     POLICY !!Pol_ReminderTimeout
  2429.             #if version >= 4
  2430.         SUPPORTED !!SUPPORTED_Win2k
  2431.         #endif
  2432.  
  2433.             EXPLAIN !!Pol_ReminderTimeout_Help
  2434.  
  2435.             PART !!Lbl_ReminderTimeoutHelp1  TEXT    
  2436.         END PART
  2437.             PART !!Lbl_ReminderTimeoutHelp2  TEXT    
  2438.         END PART
  2439.             PART !!Blank                     TEXT    
  2440.         END PART
  2441.  
  2442.             PART !!Lbl_ReminderTimeoutSpin   NUMERIC DEFAULT 15 
  2443.         MIN 10 MAX 60 SPIN 1
  2444.             VALUENAME "ReminderBalloonTimeoutSeconds"
  2445.         END PART
  2446.     END POLICY
  2447.  
  2448.         POLICY !!Pol_PurgeAtLogoff
  2449.             #if version >= 4
  2450.         SUPPORTED !!SUPPORTED_Win2k
  2451.         #endif
  2452.  
  2453.             EXPLAIN !!Pol_PurgeAtLogoff_Help
  2454.         VALUENAME "PurgeAtLogoff"
  2455.  
  2456.         PART !!Lbl_PurgeAtLogoffHelp1        TEXT    
  2457.         END PART
  2458.             PART !!Lbl_PurgeAtLogoffHelp2        TEXT    
  2459.             END PART
  2460.  
  2461.  
  2462.         PART !!Blank                     TEXT    
  2463.         END PART
  2464.           
  2465.         PART !!Lbl_PurgeOnlyAutoCachedFiles       CHECKBOX 
  2466.               VALUENAME "PurgeOnlyAutoCacheAtLogoff"
  2467.               VALUEON NUMERIC 1
  2468.               VALUEOFF NUMERIC 0
  2469.             END PART
  2470.  
  2471.     END POLICY
  2472.  
  2473.       POLICY !!Pol_EventLoggingLevel
  2474.             #if version >= 4
  2475.         SUPPORTED !!SUPPORTED_Win2k
  2476.         #endif
  2477.  
  2478.             EXPLAIN !!Pol_EventLoggingLevel_Help
  2479.  
  2480.             PART !!Blank                         TEXT    
  2481.         END PART
  2482.  
  2483.             PART !!Lbl_EventLoggingLevelSpin   NUMERIC DEFAULT 0 
  2484.          MIN 0 MAX 3 SPIN 1
  2485.              VALUENAME "EventLoggingLevel"
  2486.         END PART
  2487.  
  2488.         PART !!Blank                         TEXT
  2489.             END PART
  2490.         PART !!Lbl_EventLoggingLevelHelp1  TEXT    
  2491.         END PART
  2492.             PART !!Lbl_EventLoggingLevelHelp2  TEXT    
  2493.         END PART
  2494.             PART !!Lbl_EventLoggingLevelHelp3  TEXT    
  2495.         END PART
  2496.             PART !!Lbl_EventLoggingLevelHelp4  TEXT    
  2497.         END PART
  2498.         END POLICY
  2499.  
  2500.     POLICY !!Pol_AlwaysPinSubFolders
  2501.              #if version >= 4
  2502.         SUPPORTED !!SUPPORTED_Win2k
  2503.         #endif
  2504.  
  2505.             EXPLAIN !!Pol_AlwaysPinSubFolders_Help
  2506.             VALUENAME "AlwaysPinSubFolders"
  2507.  
  2508.             PART !!Lbl_AlwaysPinSubFoldersHelp1 TEXT    
  2509.         END PART
  2510.             PART !!Lbl_AlwaysPinSubFoldersHelp2 TEXT
  2511.         END PART
  2512.  
  2513.         END POLICY
  2514.  
  2515.     POLICY !!Pol_EncryptOfflineFiles
  2516.            #if version >= 4
  2517.          SUPPORTED !!SUPPORTED_WindowsXP
  2518.         #endif
  2519.  
  2520.             VALUENAME "EncryptCache"
  2521.             EXPLAIN !!Pol_EncryptOfflineFiles_Help
  2522.             VALUEON  NUMERIC 1
  2523.             VALUEOFF NUMERIC 0
  2524.         END POLICY
  2525.  
  2526.     POLICY !!Pol_NoPinFiles
  2527.         KEYNAME "Software\Policies\Microsoft\Windows\NetCache\NoMakeAvailableOfflineList"
  2528.         #if version >= 4
  2529.             SUPPORTED !!SUPPORTED_WindowsXP
  2530.         #endif
  2531.     
  2532.         EXPLAIN !!Pol_NoPinFiles_Help
  2533.  
  2534.         PART !!Lbl_NoPinFilesHelp1    TEXT    
  2535.             END PART
  2536.  
  2537.             PART !!Blank                  TEXT    
  2538.             END PART
  2539.         
  2540.         PART !!Lbl_NoPinFilesList   LISTBOX EXPLICITVALUE ADDITIVE
  2541.         END PART
  2542.         
  2543.     END POLICY
  2544.  
  2545.  
  2546.     POLICY !!Pol_SlowLinkSpeed
  2547.  
  2548.         #if version >= 4
  2549.             SUPPORTED !!SUPPORTED_WindowsXP
  2550.         #endif
  2551.  
  2552.         EXPLAIN !!Pol_SlowLinkSpeed_Help
  2553.  
  2554.         PART !!Lbl_SlowLinkSpeed_Help1  TEXT
  2555.         END PART
  2556.  
  2557.             PART !!Lbl_SlowLinkSpeedSpin   NUMERIC DEFAULT 640
  2558.             MIN 0 MAX 100000000 SPIN 10
  2559.                 VALUENAME "SlowLinkSpeed"
  2560.         END PART
  2561.     END POLICY
  2562.  
  2563.     END CATEGORY   ; Cat_OfflineFiles
  2564.  
  2565.     CATEGORY !!NetworkConnections    ;machine
  2566.     #if version >= 4
  2567.     EXPLAIN !!NetworkConnections_Comp_Help
  2568.     #endif
  2569.  
  2570.         KEYNAME "Software\Policies\Microsoft\Windows\Network Connections"
  2571.  
  2572.  
  2573.         POLICY !!NC_ShowSharedAccessUI
  2574.         #if version >= 4
  2575.         SUPPORTED !!SUPPORTED_Win2kSP1
  2576.         #endif
  2577.   
  2578.  
  2579.                EXPLAIN !!NC_ShowSharedAccessUI_Help
  2580.             VALUENAME "NC_ShowSharedAccessUI"
  2581.             VALUEON      NUMERIC 0 
  2582.         VALUEOFF    NUMERIC 1
  2583.         END POLICY          
  2584.  
  2585.         POLICY !!NC_PersonalFirewallConfig
  2586.         #if version >= 4
  2587.         SUPPORTED !!SUPPORTED_WindowsXP
  2588.         #endif
  2589.  
  2590.             EXPLAIN !!NC_PersonalFirewallConfig_Help
  2591.             VALUENAME "NC_PersonalFirewallConfig"
  2592.             VALUEON      NUMERIC 0 
  2593.         VALUEOFF    NUMERIC 1
  2594.         END POLICY
  2595.  
  2596.         POLICY !!NC_AllowNetBridge_NLA
  2597.         #if version >= 4
  2598.         SUPPORTED !!SUPPORTED_WindowsXP
  2599.         #endif
  2600.  
  2601.             EXPLAIN !!NC_AllowNetBridge_NLA_Help
  2602.             VALUENAME "NC_AllowNetBridge_NLA"
  2603.             VALUEON      NUMERIC 0 
  2604.         VALUEOFF    NUMERIC 1
  2605.         END POLICY
  2606.  
  2607.     POLICY !!NC_8021XCAName
  2608.  
  2609.         KEYNAME "Software\Policies\Microsoft\Windows\Network Connections\8021X"
  2610.  
  2611.             #if version >= 4
  2612.             SUPPORTED !!SUPPORTED_WindowsXP
  2613.             #endif
  2614.   
  2615.             EXPLAIN !!NC_8021XCAName_Help
  2616.                    
  2617.                     PART !!NC_8021xCertAuth EDITTEXT
  2618.                 VALUENAME "8021XCARootHash"
  2619.             END PART
  2620.         END POLICY          
  2621.  
  2622.  
  2623.     END CATEGORY  ;NetworkConnections
  2624.  
  2625.     CATEGORY !!QosPsched
  2626.     #if version >= 4
  2627.     EXPLAIN !!QosPsched_Help
  2628.     #endif
  2629.  
  2630.         KEYNAME "Software\Policies\Microsoft\Windows\Psched"
  2631.  
  2632.         POLICY !!QosNonBestEffortLimit
  2633.             #if version >= 4
  2634.             SUPPORTED !!SUPPORTED_WindowsXP
  2635.         #endif
  2636.  
  2637.             EXPLAIN !!QosNonBestEffortLimit_Help
  2638.         PART !!QosNonBestEffortLimit_Box    NUMERIC REQUIRED
  2639.         VALUENAME "NonBestEffortLimit"
  2640.         CLIENTEXT {426031c0-0b47-4852-b0ca-ac3d37bfcb39}
  2641.             MIN 0 MAX 100 DEFAULT 20  SPIN 10
  2642.         END PART
  2643.         END POLICY
  2644.  
  2645.         POLICY !!QosMaxOutstandingSends
  2646.          #if version >= 4
  2647.           SUPPORTED !!SUPPORTED_WindowsXP
  2648.         #endif
  2649.  
  2650.             EXPLAIN !!QosMaxOutstandingSends_Help
  2651.         PART !!QosMaxOutstandingSends_Box    NUMERIC REQUIRED
  2652.         VALUENAME "MaxOutstandingSends"
  2653.         CLIENTEXT {426031c0-0b47-4852-b0ca-ac3d37bfcb39}
  2654.             MIN 0 MAX 4000000000 DEFAULT 65535
  2655.         END PART
  2656.         END POLICY
  2657.  
  2658.         POLICY !!QosTimerResolution
  2659.             #if version >= 4
  2660.           SUPPORTED !!SUPPORTED_WindowsXP
  2661.         #endif
  2662.  
  2663.             EXPLAIN !!QosTimerResolution_Help
  2664.         PART !!QosTimerResolution_Box    NUMERIC REQUIRED
  2665.         VALUENAME "TimerResolution"
  2666.         CLIENTEXT {426031c0-0b47-4852-b0ca-ac3d37bfcb39}
  2667.             MIN 0 MAX 4000000000 DEFAULT 10
  2668.         END PART
  2669.         END POLICY
  2670.  
  2671.     CATEGORY !!QosDiffservByteMappingConforming
  2672.     #if version >= 4
  2673.         EXPLAIN !!QoSDSCP_Comforming_Help
  2674.     #endif
  2675.  
  2676.             KEYNAME "Software\Policies\Microsoft\Windows\Psched\DiffservByteMappingConforming"
  2677.  
  2678.             POLICY !!QosServiceTypeBestEffort_C
  2679.             #if version >= 4
  2680.             SUPPORTED !!SUPPORTED_WindowsXP
  2681.             #endif
  2682.  
  2683.                 EXPLAIN !!QosDBMC_BestEffort_Help
  2684.  
  2685.                 PART !!QosDBMC_Tip        TEXT    
  2686.                END PART
  2687.                 
  2688.             PART !!QosServiceTypeBestEffort    TEXT    
  2689.               END PART
  2690.         
  2691.             PART !!Blank            TEXT    
  2692.               END PART
  2693.             
  2694.             PART !!QosDSCPValue    NUMERIC REQUIRED
  2695.             VALUENAME "ServiceTypeBestEffort"
  2696.             CLIENTEXT {426031c0-0b47-4852-b0ca-ac3d37bfcb39}
  2697.                 MIN 0 MAX 63 DEFAULT 0
  2698.               END PART
  2699.         END POLICY
  2700.  
  2701.         POLICY !!QosServiceTypeControlledLoad_C
  2702.               #if version >= 4
  2703.             SUPPORTED !!SUPPORTED_WindowsXP
  2704.             #endif
  2705.  
  2706.                 EXPLAIN !!QosDBMC_ControlledLoad_Help
  2707.  
  2708.                 PART !!QosDBMC_Tip        TEXT    
  2709.                  END PART
  2710.                 PART !!QosServiceTypeControlledLoad    TEXT    
  2711.             END PART
  2712.         PART !!Blank            TEXT    
  2713.         END PART
  2714.             PART !!QosDSCPValue    NUMERIC REQUIRED
  2715.             VALUENAME "ServiceTypeControlledLoad"
  2716.             CLIENTEXT {426031c0-0b47-4852-b0ca-ac3d37bfcb39}
  2717.                 MIN 0 MAX 63 DEFAULT 24
  2718.             END PART
  2719.         END POLICY
  2720.  
  2721.         POLICY !!QosServiceTypeGuaranteed_C
  2722.               #if version >= 4
  2723.             SUPPORTED !!SUPPORTED_WindowsXP
  2724.             #endif
  2725.  
  2726.                 EXPLAIN !!QosDBMC_Guaranteed_Help
  2727.                 PART !!QosDBMC_Tip        TEXT    
  2728.             END PART
  2729.                 PART !!QosServiceTypeGuaranteed    TEXT    
  2730.             END PART
  2731.         PART !!Blank            TEXT    
  2732.         END PART
  2733.             PART !!QosDSCPValue    NUMERIC REQUIRED
  2734.             VALUENAME "ServiceTypeGuaranteed"
  2735.             CLIENTEXT {426031c0-0b47-4852-b0ca-ac3d37bfcb39}
  2736.                 MIN 0 MAX 63 DEFAULT 40
  2737.             END PART
  2738.         END POLICY
  2739.  
  2740.         POLICY !!QosServiceTypeNetworkControl_C
  2741.               #if version >= 4
  2742.             SUPPORTED !!SUPPORTED_WindowsXP
  2743.             #endif
  2744.  
  2745.                 EXPLAIN !!QosDBMC_NetworkControl_Help
  2746.                 PART !!QosDBMC_Tip        TEXT    
  2747.             END PART
  2748.                 PART !!QosServiceTypeNetworkControl    TEXT    
  2749.             END PART
  2750.         PART !!Blank            TEXT    
  2751.         END PART
  2752.             PART !!QosDSCPValue    NUMERIC REQUIRED
  2753.             VALUENAME "ServiceTypeNetworkControl"
  2754.             CLIENTEXT {426031c0-0b47-4852-b0ca-ac3d37bfcb39}
  2755.                 MIN 0 MAX 63 DEFAULT 48
  2756.             END PART
  2757.         END POLICY
  2758.  
  2759.         POLICY !!QosServiceTypeQualitative_C
  2760.               #if version >= 4
  2761.             SUPPORTED !!SUPPORTED_WindowsXP
  2762.             #endif
  2763.  
  2764.                 EXPLAIN !!QosDBMC_Qualitative_Help
  2765.                 PART !!QosDBMC_Tip        TEXT    
  2766.             END PART
  2767.                 PART !!QosServiceTypeQualitative    TEXT    
  2768.             END PART
  2769.         PART !!Blank            TEXT    
  2770.         END PART
  2771.             PART !!QosDSCPValue    NUMERIC REQUIRED
  2772.             VALUENAME "ServiceTypeQualitative"
  2773.             CLIENTEXT {426031c0-0b47-4852-b0ca-ac3d37bfcb39}
  2774.             MIN 0 MAX 63 DEFAULT 0
  2775.             END PART
  2776.         END POLICY
  2777.  
  2778.  
  2779.     END CATEGORY ;QosDiffservByteMappingConforming
  2780.  
  2781.     CATEGORY !!QosDiffservByteMappingNonConforming
  2782.     #if version >= 4
  2783.         EXPLAIN !!QoSDSCP_NonComforming_Help
  2784.     #endif
  2785.  
  2786.  
  2787.             KEYNAME "Software\Policies\Microsoft\Windows\Psched\DiffservByteMappingNonConforming"
  2788.  
  2789.             POLICY !!QosServiceTypeBestEffort_NC
  2790.               #if version >= 4
  2791.             SUPPORTED !!SUPPORTED_WindowsXP
  2792.             #endif
  2793.  
  2794.                 EXPLAIN !!QosDBMNC_BestEffort_Help
  2795.                 PART !!QosDBMNC_Tip        TEXT    
  2796.             END PART
  2797.                 PART !!QosServiceTypeBestEffort    TEXT    
  2798.             END PART
  2799.         PART !!Blank            TEXT
  2800.         END PART
  2801.             PART !!QosDSCPValue    NUMERIC REQUIRED
  2802.             VALUENAME "ServiceTypeBestEffort"
  2803.             CLIENTEXT {426031c0-0b47-4852-b0ca-ac3d37bfcb39}
  2804.                 MIN 0 MAX 63 DEFAULT 0
  2805.             END PART
  2806.         END POLICY
  2807.  
  2808.         POLICY !!QosServiceTypeControlledLoad_NC
  2809.                 #if version >= 4
  2810.             SUPPORTED !!SUPPORTED_WindowsXP
  2811.             #endif
  2812.  
  2813.                 EXPLAIN !!QosDBMNC_ControlledLoad_Help
  2814.                 PART !!QosDBMNC_Tip        TEXT    
  2815.             END PART
  2816.                 PART !!QosServiceTypeControlledLoad    TEXT    
  2817.             END PART
  2818.         PART !!Blank            TEXT
  2819.         END PART
  2820.             PART !!QosDSCPValue    NUMERIC REQUIRED
  2821.             VALUENAME "ServiceTypeControlledLoad"
  2822.             CLIENTEXT {426031c0-0b47-4852-b0ca-ac3d37bfcb39}
  2823.                 MIN 0 MAX 63 DEFAULT 0
  2824.             END PART
  2825.         END POLICY
  2826.  
  2827.         POLICY !!QosServiceTypeGuaranteed_NC
  2828.                 #if version >= 4
  2829.             SUPPORTED !!SUPPORTED_WindowsXP
  2830.             #endif
  2831.  
  2832.                 EXPLAIN !!QosDBMNC_Guaranteed_Help
  2833.                 PART !!QosDBMNC_Tip        TEXT    
  2834.             END PART
  2835.                 PART !!QosServiceTypeGuaranteed    TEXT    
  2836.             END PART
  2837.         PART !!Blank            TEXT
  2838.         END PART
  2839.             PART !!QosDSCPValue    NUMERIC REQUIRED
  2840.             VALUENAME "ServiceTypeGuaranteed"
  2841.             CLIENTEXT {426031c0-0b47-4852-b0ca-ac3d37bfcb39}
  2842.                 MIN 0 MAX 63 DEFAULT 0
  2843.             END PART
  2844.         END POLICY
  2845.  
  2846.         POLICY !!QosServiceTypeNetworkControl_NC
  2847.               #if version >= 4
  2848.             SUPPORTED !!SUPPORTED_WindowsXP
  2849.             #endif
  2850.  
  2851.                 EXPLAIN !!QosDBMNC_NetworkControl_Help
  2852.                 PART !!QosDBMNC_Tip        TEXT    
  2853.             END PART
  2854.                 PART !!QosServiceTypeNetworkControl    TEXT    
  2855.             END PART
  2856.         PART !!Blank            TEXT
  2857.         END PART
  2858.             PART !!QosDSCPValue    NUMERIC REQUIRED
  2859.             VALUENAME "ServiceTypeNetworkControl"
  2860.             CLIENTEXT {426031c0-0b47-4852-b0ca-ac3d37bfcb39}
  2861.                 MIN 0 MAX 63 DEFAULT 0
  2862.             END PART
  2863.         END POLICY
  2864.  
  2865.         POLICY !!QosServiceTypeQualitative_NC
  2866.               #if version >= 4
  2867.             SUPPORTED !!SUPPORTED_WindowsXP
  2868.             #endif
  2869.  
  2870.                 EXPLAIN !!QosDBMNC_Qualitative_Help
  2871.                 PART !!QosDBMNC_Tip        TEXT    
  2872.             END PART
  2873.                 PART !!QosServiceTypeQualitative    TEXT    
  2874.             END PART
  2875.         PART !!Blank            TEXT
  2876.         END PART
  2877.             PART !!QosDSCPValue    NUMERIC REQUIRED
  2878.             VALUENAME "ServiceTypeQualitative"
  2879.             CLIENTEXT {426031c0-0b47-4852-b0ca-ac3d37bfcb39}
  2880.                 MIN 0 MAX 63 DEFAULT 0
  2881.             END PART
  2882.         END POLICY
  2883.  
  2884.  
  2885.     END CATEGORY ;QosDiffservByteMappingNonConforming
  2886.  
  2887.     CATEGORY !!QosUserPriorityMapping
  2888.     #if version >= 4
  2889.         EXPLAIN !!QosLayer2Priority_Help
  2890.     #endif
  2891.  
  2892.  
  2893.             KEYNAME "Software\Policies\Microsoft\Windows\Psched\UserPriorityMapping"
  2894.  
  2895.             POLICY !!QosServiceTypeNonConforming
  2896.                 #if version >= 4
  2897.             SUPPORTED !!SUPPORTED_WindowsXP
  2898.             #endif
  2899.  
  2900.                 EXPLAIN !!QosUPM_NonConforming_Help
  2901.                 PART !!QosUPM_TipNC        TEXT    
  2902.             END PART
  2903.         PART !!Blank            TEXT
  2904.         END PART
  2905.             PART !!QosPriorityValue    NUMERIC REQUIRED
  2906.             VALUENAME "ServiceTypeNonConforming"
  2907.             CLIENTEXT {426031c0-0b47-4852-b0ca-ac3d37bfcb39}
  2908.                 MIN 0 MAX 7 DEFAULT 1
  2909.             END PART
  2910.         END POLICY
  2911.  
  2912.             POLICY !!QosServiceTypeBestEffort_PV
  2913.             #if version >= 4
  2914.             SUPPORTED !!SUPPORTED_WindowsXP
  2915.             #endif
  2916.  
  2917.                 EXPLAIN !!QosUPM_BestEffort_Help
  2918.                 PART !!QosUPM_Tip        TEXT    
  2919.             END PART
  2920.                 PART !!QosServiceTypeBestEffort    TEXT    
  2921.             END PART
  2922.         PART !!Blank            TEXT
  2923.         END PART
  2924.             PART !!QosPriorityValue    NUMERIC REQUIRED
  2925.             VALUENAME "ServiceTypeBestEffort"
  2926.             CLIENTEXT {426031c0-0b47-4852-b0ca-ac3d37bfcb39}
  2927.                 MIN 0 MAX 7 DEFAULT 0
  2928.             END PART
  2929.         END POLICY
  2930.  
  2931.         POLICY !!QosServiceTypeControlledLoad_PV
  2932.             #if version >= 4
  2933.             SUPPORTED !!SUPPORTED_WindowsXP
  2934.             #endif
  2935.  
  2936.                 EXPLAIN !!QosUPM_ControlledLoad_Help
  2937.                 PART !!QosUPM_Tip        TEXT    
  2938.             END PART
  2939.                 PART !!QosServiceTypeControlledLoad    TEXT    
  2940.             END PART
  2941.         PART !!Blank            TEXT
  2942.         END PART
  2943.             PART !!QosPriorityValue    NUMERIC REQUIRED
  2944.             VALUENAME "ServiceTypeControlledLoad"
  2945.             CLIENTEXT {426031c0-0b47-4852-b0ca-ac3d37bfcb39}
  2946.                 MIN 0 MAX 7 DEFAULT 4
  2947.             END PART
  2948.         END POLICY
  2949.  
  2950.         POLICY !!QosServiceTypeGuaranteed_PV
  2951.             #if version >= 4
  2952.             SUPPORTED !!SUPPORTED_WindowsXP
  2953.             #endif
  2954.  
  2955.                 EXPLAIN !!QosUPM_Guaranteed_Help
  2956.                 PART !!QosUPM_Tip        TEXT    
  2957.             END PART
  2958.                 PART !!QosServiceTypeGuaranteed    TEXT    
  2959.             END PART
  2960.         PART !!Blank            TEXT
  2961.         END PART
  2962.             PART !!QosPriorityValue    NUMERIC REQUIRED
  2963.             VALUENAME "ServiceTypeGuaranteed"
  2964.             CLIENTEXT {426031c0-0b47-4852-b0ca-ac3d37bfcb39}
  2965.                 MIN 0 MAX 7 DEFAULT 5
  2966.             END PART
  2967.         END POLICY
  2968.  
  2969.         POLICY !!QosServiceTypeNetworkControl_PV
  2970.                  #if version >= 4
  2971.             SUPPORTED !!SUPPORTED_WindowsXP
  2972.             #endif
  2973.  
  2974.                 EXPLAIN !!QosUPM_NetworkControl_Help
  2975.                 PART !!QosUPM_Tip        TEXT    
  2976.             END PART
  2977.                 PART !!QosServiceTypeNetworkControl    TEXT    
  2978.             END PART
  2979.         PART !!Blank            TEXT
  2980.         END PART
  2981.             PART !!QosPriorityValue    NUMERIC REQUIRED
  2982.             VALUENAME "ServiceTypeNetworkControl"
  2983.             CLIENTEXT {426031c0-0b47-4852-b0ca-ac3d37bfcb39}
  2984.                 MIN 0 MAX 7 DEFAULT 7
  2985.             END PART
  2986.         END POLICY
  2987.  
  2988.         POLICY !!QosServiceTypeQualitative_PV
  2989.                  #if version >= 4
  2990.             SUPPORTED !!SUPPORTED_WindowsXP
  2991.             #endif
  2992.  
  2993.                 EXPLAIN !!QosUPM_Qualitative_Help
  2994.                 PART !!QosUPM_Tip        TEXT    
  2995.             END PART
  2996.                 PART !!QosServiceTypeQualitative    TEXT    
  2997.             END PART
  2998.         PART !!Blank            TEXT
  2999.         END PART
  3000.             PART !!QosPriorityValue    NUMERIC REQUIRED
  3001.             VALUENAME "ServiceTypeQualitative"
  3002.             CLIENTEXT {426031c0-0b47-4852-b0ca-ac3d37bfcb39}
  3003.                 MIN 0 MAX 7 DEFAULT 0
  3004.             END PART
  3005.         END POLICY
  3006.  
  3007.     END CATEGORY ;QosUserPriorityMapping
  3008.  
  3009.     END CATEGORY ; QosPsched
  3010.  
  3011.  
  3012.  
  3013.  
  3014.     CATEGORY !!SNMP_SNMP
  3015.     #if version >= 4
  3016.         EXPLAIN !!SNMP_Help
  3017.     #endif
  3018.  
  3019.  
  3020.  
  3021.     POLICY !!SNMP_Communities         
  3022.           KEYNAME "Software\Policies\SNMP\Parameters\ValidCommunities"
  3023.         #if version >= 4
  3024.         SUPPORTED !!SUPPORTED_WindowsXP
  3025.         #endif
  3026.  
  3027.         EXPLAIN !!SNMP_ValidCommunities_Help
  3028.         PART !!SNMP_CommunitiesListbox        LISTBOX
  3029.             VALUEPREFIX ""
  3030.         END PART
  3031.     END POLICY
  3032.  
  3033.     POLICY !!SNMP_PermittedManagers
  3034.           KEYNAME "Software\Policies\SNMP\Parameters\PermittedManagers"
  3035.           #if version >= 4
  3036.         SUPPORTED !!SUPPORTED_WindowsXP
  3037.         #endif
  3038.  
  3039.         EXPLAIN !!SNMP_PermittedManagers_Help
  3040.  
  3041.         PART !!SNMP_PermittedManagersListbox    LISTBOX
  3042.         VALUEPREFIX ""
  3043.        END PART
  3044.     END POLICY
  3045.  
  3046.     POLICY !!SNMP_Traps_Public
  3047.              KEYNAME "Software\Policies\SNMP\Parameters\TrapDestinations"
  3048.         #if version >= 4
  3049.         SUPPORTED !!SUPPORTED_WindowsXP
  3050.         #endif
  3051.  
  3052.         EXPLAIN !!SNMP_TrapDestinations_Help
  3053.  
  3054.         PART !!SNMP_Traps_PublicListbox        LISTBOX
  3055.             VALUEPREFIX ""
  3056.         END PART
  3057.     END POLICY
  3058.  
  3059.     END CATEGORY; SNMP
  3060.  
  3061.        POLICY !!BITS_Job_Timeout
  3062.         KEYNAME "Software\Policies\Microsoft\Windows\BITS" 
  3063.         #if version >= 4
  3064.         SUPPORTED !!SUPPORTED_WindowsXP
  3065.         #endif
  3066.          
  3067.         EXPLAIN !!BITS_Job_Timeout_Help
  3068.  
  3069.             PART !!BITS_Job_Timeout_Time   NUMERIC
  3070.                 MIN 1 MAX 999 DEFAULT 90 SPIN 1
  3071.         VALUENAME "JobInactivityTimeout"
  3072.             END PART
  3073.     END POLICY
  3074.  
  3075.     POLICY !!DFSDiscoverDC
  3076.         KEYNAME "Software\Policies\Microsoft\System\DFSClient" 
  3077.         #if version >= 4
  3078.         SUPPORTED !!SUPPORTED_WindowsXP
  3079.         #endif
  3080.          
  3081.         EXPLAIN !!DFSDiscoverDC_Help
  3082.  
  3083.             PART !!DFSDiscoverDialog    NUMERIC
  3084.                 MIN 15 MAX 360 DEFAULT 15 SPIN 1
  3085.         VALUENAME "DfsDcNameDelay"
  3086.             END PART
  3087.      END POLICY
  3088.  
  3089. END CATEGORY  ; Network
  3090.  
  3091. CATEGORY  !!Printers
  3092.     #if version >= 4
  3093.         EXPLAIN !!Printers_Help
  3094.     #endif
  3095.  
  3096.     POLICY !!PublishPrinters
  3097.       KEYNAME "Software\Policies\Microsoft\Windows NT\Printers"
  3098.     #if version >= 4
  3099.     SUPPORTED !!SUPPORTED_Win2k
  3100.     #endif
  3101.  
  3102.     EXPLAIN !!PublishPrinters_Help
  3103.         VALUENAME "PublishPrinters"
  3104.             VALUEON NUMERIC 1
  3105.             VALUEOFF NUMERIC 0
  3106.  
  3107.     END POLICY
  3108.  
  3109.    POLICY !!ImmortalPrintQueue
  3110.       KEYNAME "Software\Policies\Microsoft\Windows NT\Printers"
  3111.     #if version >= 4
  3112.     SUPPORTED !!SUPPORTED_Win2k
  3113.     #endif
  3114.  
  3115.     EXPLAIN !!ImmortalPrintQueue_Help
  3116.     VALUENAME "Immortal"
  3117.         VALUEON   NUMERIC 0
  3118.         VALUEOFF  NUMERIC 1
  3119.     
  3120.     END POLICY
  3121.  
  3122.    POLICY !!AutoPublishing
  3123.       KEYNAME "Software\Policies\Microsoft\Windows NT\Printers\Wizard"
  3124.     #if version >= 4
  3125.     SUPPORTED !!SUPPORTED_Win2k
  3126.     #endif
  3127.  
  3128.     EXPLAIN !!AutoPublishing_Help
  3129.     VALUENAME "Auto Publishing"
  3130.         VALUEON NUMERIC 1
  3131.         VALUEOFF NUMERIC 0
  3132.  
  3133.     END POLICY
  3134.  
  3135.  
  3136.   POLICY !!VerifyPublishedState
  3137.     KEYNAME "Software\Policies\Microsoft\Windows NT\Printers"
  3138.     #if version >= 4
  3139.     SUPPORTED !!SUPPORTED_Win2k
  3140.     #endif
  3141.  
  3142.     EXPLAIN !!VerifyPublishedState_Help
  3143.  
  3144.         PART !!VerifyPublishedState_Tip1         TEXT    
  3145.         END PART
  3146.  
  3147.         PART !!VerifyPublishedStateTitle         DROPDOWNLIST NOSORT
  3148.             VALUENAME "VerifyPublishedState"
  3149.             ITEMLIST
  3150.             NAME !!VerifyPublishedState30Minutes    VALUE NUMERIC  30
  3151.             NAME !!VerifyPublishedState1Hour        VALUE NUMERIC  60
  3152.             NAME !!VerifyPublishedState4Hours       VALUE NUMERIC  240
  3153.             NAME !!VerifyPublishedState8Hours       VALUE NUMERIC  480
  3154.             NAME !!VerifyPublishedState12Hours      VALUE NUMERIC  720
  3155.             NAME !!VerifyPublishedState1Day         VALUE NUMERIC  1440
  3156.             NAME !!VerifyPublishedStateNever        VALUE NUMERIC  4294967295 DEFAULT
  3157.             END ITEMLIST
  3158.         END PART
  3159.     END POLICY
  3160.  
  3161.    POLICY !!PhysicalLocation
  3162.     KEYNAME "Software\Policies\Microsoft\Windows NT\Printers"
  3163.     #if version >= 4
  3164.     SUPPORTED !!SUPPORTED_Win2k
  3165.     #endif
  3166.  
  3167.     EXPLAIN !!PhysicalLocation_Help
  3168.  
  3169.         PART !!PhysicalLocation_Tip1        TEXT    
  3170.     END PART
  3171.     PART !!PhysicalLocation_Tip2        TEXT    
  3172.     END PART
  3173.  
  3174.     PART !!PhysicalLocation_Name        EDITTEXT
  3175.         VALUENAME "PhysicalLocation"
  3176.                 MAXLEN 259
  3177.         END PART
  3178.     END POLICY
  3179.  
  3180.    POLICY !!CustomizedSupportUrl
  3181.     KEYNAME "Software\Policies\Microsoft\Windows NT\Printers"
  3182.     #if version >= 4
  3183.     SUPPORTED !!SUPPORTED_Win2k
  3184.     #endif
  3185.  
  3186.     EXPLAIN !!CustomizedSupportUrl_Help
  3187.  
  3188.         PART !!CustomizedSupportUrl_Tip1        TEXT    
  3189.     END PART
  3190.     
  3191.     
  3192.     PART !!CustomizedSupportUrl_Link        EDITTEXT
  3193.             VALUENAME "SupportLink"
  3194.             MAXLEN 255
  3195.     END PART
  3196.     END POLICY
  3197.  
  3198.     POLICY !!PruningInterval
  3199.     KEYNAME "Software\Policies\Microsoft\Windows NT\Printers"
  3200.     #if version >= 4
  3201.     SUPPORTED !!SUPPORTED_Win2k
  3202.     #endif
  3203.  
  3204.         EXPLAIN !!PruningInterval_Help
  3205.  
  3206.     PART !!PruningInterval_Tip1         TEXT    
  3207.     END PART
  3208.     PART !!PruningInterval_Tip2         TEXT    
  3209.     END PART                
  3210.             
  3211.     PART !!PruningIntervalTitle         DROPDOWNLIST NOSORT
  3212.         VALUENAME "PruningInterval"
  3213.         ITEMLIST
  3214.         NAME !!PruningImmediately     VALUE NUMERIC  0
  3215.         NAME !!Pruning10Minutes       VALUE NUMERIC  10
  3216.         NAME !!Pruning30Minutes       VALUE NUMERIC  30
  3217.         NAME !!Pruning1Hour           VALUE NUMERIC  60
  3218.         NAME !!Pruning4Hours          VALUE NUMERIC  240
  3219.         NAME !!Pruning8Hours          VALUE NUMERIC  480 DEFAULT
  3220.         NAME !!Pruning12Hours         VALUE NUMERIC  720
  3221.         NAME !!Pruning1Day            VALUE NUMERIC  1440 
  3222.         NAME !!Pruning2Days           VALUE NUMERIC  2880
  3223.         NAME !!Pruning3Days           VALUE NUMERIC  4320
  3224.         NAME !!Pruning4Days           VALUE NUMERIC  5760
  3225.         NAME !!Pruning5Days           VALUE NUMERIC  7200
  3226.         NAME !!Pruning6Days           VALUE NUMERIC  8640
  3227.         NAME !!Pruning1Week           VALUE NUMERIC  10080
  3228.         NAME !!Pruning2Weeks          VALUE NUMERIC  20160
  3229.         NAME !!Pruning3Weeks          VALUE NUMERIC  30240
  3230.         NAME !!Pruning4Weeks          VALUE NUMERIC  40320
  3231.         NAME !!Pruning5Weeks          VALUE NUMERIC  50400
  3232.         NAME !!Pruning6Weeks          VALUE NUMERIC  60480
  3233.         NAME !!Pruning7Weeks          VALUE NUMERIC  70560
  3234.         NAME !!PruningNever           VALUE NUMERIC  4294967295
  3235.         END ITEMLIST
  3236.     END PART
  3237.     END POLICY
  3238.  
  3239.     POLICY !!PruningPriority
  3240.       KEYNAME "Software\Policies\Microsoft\Windows NT\Printers"
  3241.     #if version >= 4
  3242.     SUPPORTED !!SUPPORTED_Win2k
  3243.     #endif
  3244.  
  3245.     EXPLAIN !!PruningPriority_Help
  3246.  
  3247.       PART !!PruningPriority_Tip1        TEXT    
  3248.     END PART
  3249.  
  3250.     PART !!PriorityLevel               DROPDOWNLIST  NOSORT
  3251.             VALUENAME "PruningPriority"
  3252.             ITEMLIST
  3253.         NAME !!ThreadLowest       VALUE NUMERIC  4294967294
  3254.         NAME !!ThreadBelowNormal  VALUE NUMERIC  4294967295
  3255.         NAME !!ThreadNormal       VALUE NUMERIC   0  DEFAULT
  3256.         NAME !!ThreadAboveNormal  VALUE NUMERIC   1
  3257.         NAME !!ThreadHighest      VALUE NUMERIC   2
  3258.         END ITEMLIST
  3259.     END PART
  3260.     END POLICY
  3261.  
  3262.  
  3263.     POLICY !!PruningRetries
  3264.      KEYNAME "Software\Policies\Microsoft\Windows NT\Printers"
  3265.     #if version >= 4
  3266.     SUPPORTED !!SUPPORTED_Win2k
  3267.     #endif
  3268.  
  3269.       EXPLAIN !!PruningRetries_Help
  3270.  
  3271.     PART !!PruningRetriesTitle         DROPDOWNLIST NOSORT
  3272.         VALUENAME "PruningRetries"
  3273.             ITEMLIST
  3274.                 NAME !!PruningRetries0     VALUE NUMERIC  0
  3275.                  NAME !!PruningRetries1     VALUE NUMERIC  1
  3276.                  NAME !!PruningRetries2     VALUE NUMERIC  2 DEFAULT
  3277.                  NAME !!PruningRetries3     VALUE NUMERIC  3
  3278.                  NAME !!PruningRetries4     VALUE NUMERIC  4
  3279.                  NAME !!PruningRetries5     VALUE NUMERIC  5
  3280.                  NAME !!PruningRetries6     VALUE NUMERIC  6
  3281.             END ITEMLIST
  3282.          END PART
  3283.     END POLICY
  3284.  
  3285.     POLICY !!KMPrintersAreBlocked
  3286.         KEYNAME "Software\Policies\Microsoft\Windows NT\Printers"
  3287.       #if version >= 4
  3288.         SUPPORTED !!SUPPORTED_WindowsXP
  3289.       #endif
  3290.  
  3291.     EXPLAIN !!KMPrintersAreBlocked_Help
  3292.         VALUENAME "KMPrintersAreBlocked"
  3293.             VALUEON NUMERIC 1
  3294.             VALUEOFF NUMERIC 0
  3295.     END POLICY
  3296.  
  3297.     POLICY !!PruningRetryLog
  3298.     KEYNAME "Software\Policies\Microsoft\Windows NT\Printers"
  3299.     #if version >= 4
  3300.     SUPPORTED !!SUPPORTED_WindowsXP
  3301.     #endif
  3302.  
  3303.       EXPLAIN !!PruningRetryLog_Help
  3304.       VALUENAME "PruningRetryLog"
  3305.         VALUEON   NUMERIC 1
  3306.         VALUEOFF  NUMERIC 0
  3307.     
  3308.     END POLICY
  3309.  
  3310.  
  3311.     POLICY !!PhysicalLocationSupport
  3312.     KEYNAME "Software\Policies\Microsoft\Windows NT\Printers"
  3313.     #if version >= 4
  3314.     SUPPORTED !!SUPPORTED_Win2k
  3315.     #endif
  3316.  
  3317.         EXPLAIN !!PhysicalLocationSupport_Help
  3318.  
  3319.         VALUENAME "PhysicalLocationSupport"
  3320.             VALUEON NUMERIC 1
  3321.             VALUEOFF NUMERIC 0
  3322.     END POLICY
  3323.  
  3324.     POLICY !!PrinterServerThread
  3325.       KEYNAME "Software\Policies\Microsoft\Windows NT\Printers"
  3326.     #if version >= 4
  3327.     SUPPORTED !!SUPPORTED_Win2k
  3328.     #endif
  3329.  
  3330.     EXPLAIN !!PrinterServerThread_Help
  3331.     VALUENAME "ServerThread"
  3332.         VALUEON   NUMERIC 1
  3333.         VALUEOFF  NUMERIC 0
  3334.     
  3335.     END POLICY
  3336.  
  3337.     POLICY !!PruneDownlevel
  3338.     KEYNAME "Software\Policies\Microsoft\Windows NT\Printers"
  3339.     #if version >= 4
  3340.     SUPPORTED !!SUPPORTED_Win2k
  3341.     #endif
  3342.  
  3343.       EXPLAIN !!PruneDownlevel_Help
  3344.  
  3345.     PART !!PruneDownlevel_Tip1         TEXT    
  3346.         END PART
  3347.             
  3348.         PART !!PruneDownlevelTitle         DROPDOWNLIST NOSORT
  3349.         VALUENAME "PruneDownlevel"
  3350.         ITEMLIST
  3351.             NAME !!PruneDownlevel_Never    VALUE NUMERIC  0 DEFAULT
  3352.         NAME !!PruneDownlevel_Found    VALUE NUMERIC  1
  3353.         NAME !!PruneDownlevel_NotFound VALUE NUMERIC  2
  3354.             END ITEMLIST
  3355.     END PART
  3356.     END POLICY
  3357.  
  3358.  
  3359.     POLICY !!AllowWebPrinting
  3360.     KEYNAME "Software\Policies\Microsoft\Windows NT\Printers"
  3361.     #if version >= 4
  3362.     SUPPORTED !!SUPPORTED_Win2k
  3363.     #endif
  3364.  
  3365.     EXPLAIN !!AllowWebPrinting_Help
  3366.     VALUENAME "DisableWebPrinting"
  3367.         VALUEON NUMERIC 0
  3368.         VALUEOFF NUMERIC 1
  3369.     END POLICY
  3370.    
  3371. END CATEGORY ; PRINTERS
  3372.  
  3373. CATEGORY !!WindowsComponents
  3374.     #if version >= 4
  3375.     EXPLAIN !!WindowsComponents_Help
  3376.     #endif
  3377.  
  3378.  
  3379.     CATEGORY !!TaskScheduler
  3380.     #if version >= 4
  3381.     EXPLAIN !!TaskScheduler_Help
  3382.     #endif
  3383.  
  3384.         KEYNAME "Software\Policies\Microsoft\Windows\Task Scheduler5.0"
  3385.  
  3386.         POLICY !!PropertyPages
  3387.         #if version >= 4
  3388.         SUPPORTED !!SUPPORTED_Win2k
  3389.         #endif
  3390.  
  3391.            EXPLAIN !!PropertyPagesHelp
  3392.             VALUENAME "Property Pages"
  3393.         END POLICY
  3394.     
  3395.         POLICY !!Execution
  3396.             #if version >= 4
  3397.         SUPPORTED !!SUPPORTED_Win2k
  3398.         #endif
  3399.  
  3400.             EXPLAIN !!ExecutionHelp
  3401.             VALUENAME "Execution"
  3402.         END POLICY
  3403.     
  3404.         POLICY !!DragAndDrop
  3405.         #if version >= 4
  3406.         SUPPORTED !!SUPPORTED_Win2k
  3407.         #endif
  3408.     
  3409.            EXPLAIN !!DragAndDropHelp
  3410.             VALUENAME "DragAndDrop"
  3411.         END POLICY
  3412.     
  3413.         POLICY !!TaskCreation
  3414.         #if version >= 4
  3415.         SUPPORTED !!SUPPORTED_Win2k
  3416.         #endif
  3417.     
  3418.             EXPLAIN !!TaskCreationHelp
  3419.             VALUENAME "Task Creation"
  3420.         END POLICY
  3421.   
  3422.         POLICY !!TaskDeletion
  3423.         #if version >= 4
  3424.         SUPPORTED !!SUPPORTED_Win2k
  3425.         #endif
  3426.  
  3427.             EXPLAIN !!TaskDeletionHelp
  3428.             VALUENAME "Task Deletion"
  3429.         END POLICY
  3430.  
  3431.         POLICY !!DisableAdvanced
  3432.         #if version >= 4
  3433.         SUPPORTED !!SUPPORTED_Win2k
  3434.         #endif
  3435.  
  3436.             EXPLAIN !!DisableAdvancedHelp
  3437.             VALUENAME "Disable Advanced"
  3438.         END POLICY
  3439.  
  3440.         POLICY !!AllowBrowse
  3441.         #if version >= 4
  3442.         SUPPORTED !!SUPPORTED_Win2k
  3443.         #endif
  3444.  
  3445.             EXPLAIN !!AllowBrowseHelp
  3446.             VALUENAME "Allow Browse"
  3447.         END POLICY
  3448.  
  3449.     END CATEGORY ; Task Scheduler
  3450.  
  3451.    CATEGORY !!TS_GP_NODE
  3452.     #if version >= 4
  3453.         EXPLAIN !!TS_Comp_Help    
  3454.     #endif
  3455.  
  3456.     KEYNAME     "SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services"
  3457.  
  3458.  
  3459.     POLICY    !!TS_KEEP_ALIVE
  3460.           #if version >= 4
  3461.              SUPPORTED !!TS_SUPPORTED_WindowsXP
  3462.       #endif
  3463.  
  3464.           EXPLAIN   !!TS_KEEP_ALIVE_EXPLAIN
  3465.  
  3466.       VALUENAME "KeepAliveEnable" 
  3467.         VALUEON  NUMERIC 1
  3468.         VALUEOFF NUMERIC 0 
  3469.  
  3470.         PART !!TS_KEEP_ALIVE_INTERVAL NUMERIC
  3471.            MIN 1 MAX 999999 DEFAULT 1 SPIN 1
  3472.  
  3473.         VALUENAME   "KeepAliveInterval"
  3474.         END PART
  3475.  
  3476.     END POLICY
  3477.     
  3478.         
  3479.     POLICY !!TS_SINGLE_SESSION
  3480.     #if version >= 4
  3481.     SUPPORTED !!TS_SUPPORTED_WindowsXP
  3482.     #endif
  3483.     EXPLAIN !!TS_SINGLE_SESSION_EXPLAIN
  3484.     VALUENAME   "fSingleSessionPerUser"
  3485.     VALUEON     NUMERIC 1
  3486.     VALUEOFF    NUMERIC 0
  3487.     END POLICY   
  3488.  
  3489.     POLICY !!TS_DISABLE_REMOTE_DESKTOP_WALLPAPER
  3490.         #if version >= 4
  3491.         SUPPORTED !!TS_SUPPORTED_WindowsXP
  3492.         #endif
  3493.         EXPLAIN !!TS_DISABLE_REMOTE_DESKTOP_WALLPAPER_EXPLAIN
  3494.  
  3495.         VALUENAME   "fNoRemoteDesktopWallpaper"
  3496.             VALUEON     NUMERIC 1
  3497.             VALUEOFF    NUMERIC 0
  3498.     END POLICY   
  3499.  
  3500.  
  3501.     CATEGORY    !!TS_REDIRECTION
  3502.     #if version >= 4
  3503.     EXPLAIN !!TS_REDIRECTION_Help
  3504.     #endif
  3505.  
  3506.  
  3507.             POLICY    !!TS_CLIENT_CLIPBOARD
  3508.             #if version >= 4
  3509.             SUPPORTED !!TS_SUPPORTED_WindowsXP
  3510.             #endif
  3511.             EXPLAIN !!TS_CLIPBOARDMAP_EXPLAIN 
  3512.             VALUENAME "fDisableClip" 
  3513.             VALUEON  NUMERIC 1
  3514.             VALUEOFF NUMERIC 0
  3515.             END POLICY
  3516.         
  3517.         POLICY  !!TS_SMART_CARD
  3518.             #if version >= 4
  3519.             SUPPORTED !!TS_SUPPORTED_WindowsXP
  3520.             #endif
  3521.             EXPLAIN !!TS_SMART_CARD_EXPLAIN
  3522.             VALUENAME "fEnableSmartCard"
  3523.                  VALUEON  NUMERIC 0
  3524.                  VALUEOFF NUMERIC 1
  3525.             END POLICY
  3526.  
  3527.  
  3528.             POLICY      !!TS_CLIENT_AUDIO
  3529.             #if version >= 4
  3530.             SUPPORTED !!TS_SUPPORTED_WindowsXP
  3531.             #endif
  3532.             EXPLAIN !!TS_AUDIOMAP_EXPLAIN 
  3533.             VALUENAME "fDisableCam" 
  3534.             VALUEON  NUMERIC 0
  3535.             VALUEOFF NUMERIC 1
  3536.             END POLICY
  3537.             POLICY      !!TS_CLIENT_COM
  3538.             #if version >= 4
  3539.             SUPPORTED !!TS_SUPPORTED_WindowsXP
  3540.             #endif
  3541.             EXPLAIN !!TS_COMPORTMAP_EXPLAIN 
  3542.             VALUENAME "fDisableCcm" 
  3543.             VALUEON  NUMERIC 1
  3544.             VALUEOFF NUMERIC 0
  3545.             END POLICY
  3546.             POLICY      !!TS_CLIENT_PRINTER
  3547.             #if version >= 4
  3548.             SUPPORTED !!TS_SUPPORTED_WindowsXP
  3549.             #endif
  3550.             EXPLAIN !!TS_PRINTERMAP_EXPLAIN 
  3551.             VALUENAME "fDisableCpm" 
  3552.             VALUEON  NUMERIC 1
  3553.             VALUEOFF NUMERIC 0
  3554.             END POLICY
  3555.             POLICY      !!TS_CLIENT_LPT
  3556.             #if version >= 4
  3557.             SUPPORTED !!TS_SUPPORTED_WindowsXP
  3558.             #endif
  3559.             EXPLAIN !!TS_LPTPORTMAP_EXPLAIN 
  3560.             VALUENAME "fDisableLPT" 
  3561.             VALUEON  NUMERIC 1
  3562.             VALUEOFF NUMERIC 0
  3563.             END POLICY
  3564.             
  3565.             POLICY    !!TS_CLIENT_DRIVE_M
  3566.             #if version >= 4
  3567.             SUPPORTED !!TS_SUPPORTED_WindowsXP
  3568.             #endif
  3569.             EXPLAIN   !!TS_CLIENT_DRIVE_EXPLAIN_M
  3570.             VALUENAME "fDisableCdm" 
  3571.             VALUEON  NUMERIC 1
  3572.             VALUEOFF NUMERIC 0
  3573.             END POLICY
  3574.             
  3575.             POLICY      !!TS_CLIENT_DEFAULT_M
  3576.             #if version >= 4
  3577.             SUPPORTED !!TS_SUPPORTED_WindowsXP
  3578.             #endif
  3579.             EXPLAIN   !!TS_CLIENT_DEFAULT_EXPLAIN_M
  3580.             VALUENAME "fForceClientLptDef" 
  3581.             VALUEON  NUMERIC 0
  3582.             VALUEOFF NUMERIC 1
  3583.             END POLICY
  3584.             
  3585.     END CATEGORY
  3586.  
  3587.     CATEGORY !!TS_EP
  3588.     #if version >= 4
  3589.     EXPLAIN !!TS_EP_Help
  3590.     #endif
  3591.  
  3592.  
  3593.         POLICY      !!TS_PASSWORD
  3594.         #if version >= 4
  3595.         SUPPORTED !!TS_SUPPORTED_WindowsXP
  3596.         #endif
  3597.         EXPLAIN !!TS_PROMPT_PASSWORD_EXPLAIN 
  3598.         VALUENAME   "fPromptForPassword"
  3599.         VALUEON     NUMERIC 1
  3600.         VALUEOFF    NUMERIC 0
  3601.         END POLICY
  3602.         
  3603.         POLICY    !!TS_ENCRYPTION_POLICY
  3604.         #if version >= 4
  3605.         SUPPORTED !!TS_SUPPORTED_WindowsXP
  3606.         #endif
  3607.         EXPLAIN !!TS_ENCRYPTION_EXPLAIN
  3608.         PART    !!TS_ENCRYPTION_LEVEL DROPDOWNLIST
  3609.         VALUENAME "MinEncryptionLevel"
  3610.         ITEMLIST
  3611.         NAME !!TS_Client_Compatible   VALUE NUMERIC 2 DEFAULT
  3612.         NAME !!TS_High_Level             VALUE NUMERIC 3
  3613.         END ITEMLIST
  3614.         END PART
  3615.         PART !!TS_ENCRYPTION TEXT    
  3616.         END PART
  3617.         END POLICY
  3618.     END CATEGORY
  3619.     
  3620.     POLICY    !!TS_MAX_CON_POLICY
  3621.     #if version >= 4
  3622.     SUPPORTED !!TS_SUPPORTED_WindowsXP
  3623.     #endif
  3624.     EXPLAIN   !!TS_MAX_CON_EXPLAIN
  3625.     PART !!TS_Maximum_Connections_allowed NUMERIC
  3626.     MIN 1 MAX 999999 DEFAULT 1 SPIN 1
  3627.     VALUENAME   "MaxInstanceCount"
  3628.     END PART
  3629.     PART !!TS_MAX_CON TEXT    
  3630.     END PART
  3631.     END POLICY
  3632.     
  3633.     POLICY    !!TS_COLORDEPTH
  3634.     #if version >= 4
  3635.     SUPPORTED !!TS_SUPPORTED_WindowsXP
  3636.     #endif
  3637.     EXPLAIN   !!TS_COLOR_EXPLAIN
  3638.     PART    !!TS_Color_Depth DROPDOWNLIST   NOSORT
  3639.     VALUENAME "ColorDepth"
  3640.     ITEMLIST
  3641.     NAME !!TS_Client_Compatible   VALUE NUMERIC  999 DEFAULT
  3642.     NAME !!TS_8_bit   VALUE NUMERIC  1 
  3643.     NAME !!TS_15_bit  VALUE NUMERIC  2 
  3644.     NAME !!TS_16_bit  VALUE NUMERIC  3
  3645.     NAME !!TS_24_bit  VALUE NUMERIC  4
  3646.     END ITEMLIST
  3647.     END PART
  3648.     END POLICY
  3649.     
  3650.     POLICY      !!TS_DISABLE_CONNECTIONS
  3651.     #if version >= 4
  3652.     SUPPORTED !!TS_SUPPORTED_WindowsXP
  3653.     #endif
  3654.     EXPLAIN  !!TS_DISABLE_CONNECTIONS_EXPLAIN 
  3655.     ACTIONLISTON
  3656.     VALUENAME "fDenyTSConnections"    VALUE NUMERIC 1
  3657.     END ACTIONLISTON
  3658.     ACTIONLISTOFF
  3659.     VALUENAME "fDenyTSConnections"    VALUE NUMERIC 0
  3660.     END ACTIONLISTOFF
  3661.     END POLICY
  3662.     
  3663.     POLICY       !!TS_TSCC_PERMISSIONS_POLICY
  3664.     #if version >= 4
  3665.     SUPPORTED !!TS_SUPPORTED_WindowsXP
  3666.     #endif
  3667.     EXPLAIN  !!TS_TSCC_EXPLAIN
  3668.     VALUENAME   "fWritableTSCCPermTab"
  3669.     VALUEON  NUMERIC 0
  3670.     VALUEOFF  NUMERIC 1
  3671.     END POLICY
  3672.     
  3673.     POLICY !!TS_NoSecurityMenu
  3674.     #if version >= 4
  3675.     SUPPORTED !!TS_SUPPORTED_Win2k 
  3676.     #endif
  3677.     KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
  3678.     EXPLAIN !!TS_NoSecurityMenu_Help
  3679.     VALUENAME "NoNTSecurity"
  3680.     END POLICY
  3681.     
  3682.     POLICY !!TS_NoDisconnectMenu
  3683.     #if version >= 4
  3684.     SUPPORTED !!TS_SUPPORTED_Win2k 
  3685.     #endif
  3686.     KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
  3687.     EXPLAIN !!TS_NoDisconnectMenu_Help
  3688.     VALUENAME "NoDisconnect"
  3689.     END POLICY
  3690.     
  3691.  
  3692.     CATEGORY !!TS_License
  3693.     #if version >= 4
  3694.     EXPLAIN !!TS_License_Help
  3695.     #endif
  3696.  
  3697.       KEYNAME     "Software\Policies\Microsoft\Windows NT\Terminal Services"
  3698.  
  3699.  
  3700.     POLICY !!TS_PreventLicenseUpgrade
  3701.         #if version >= 4
  3702.         SUPPORTED !!TS_SUPPORTED_WindowsXP
  3703.         #endif
  3704.  
  3705.         EXPLAIN !!TS_PreventLicenseUpgrade_Help
  3706.         VALUENAME "fPreventLicenseUpgrade"
  3707.         VALUEON     NUMERIC   1
  3708.         VALUEOFF    NUMERIC   0
  3709.         END POLICY
  3710.  
  3711.    END CATEGORY ; TS_License
  3712.  
  3713.  
  3714.     CATEGORY !!TS_TEMP
  3715.     #if version >= 4
  3716.     EXPLAIN !!TS_TEMP_Help
  3717.     #endif
  3718.  
  3719.  
  3720.         POLICY    !!TS_TEMP_PER_SESSION
  3721.         #if version >= 4
  3722.         SUPPORTED !!TS_SUPPORTED_WindowsXP
  3723.         #endif
  3724.         EXPLAIN !!TS_TEMP_EXPLAIN
  3725.         VALUENAME   "PerSessionTempDir"    
  3726.         VALUEON     NUMERIC     0
  3727.         VALUEOFF    NUMERIC     1
  3728.         END POLICY
  3729.         POLICY    !!TS_TEMP_DELETE
  3730.         #if version >= 4
  3731.         SUPPORTED !!TS_SUPPORTED_WindowsXP
  3732.         #endif
  3733.         EXPLAIN !!TS_TEMP_DELETE_EXPLAIN
  3734.         VALUENAME   "DeleteTempDirsOnExit"    
  3735.         VALUEON     NUMERIC     0
  3736.         VALUEOFF    NUMERIC     1
  3737.         END POLICY
  3738.     END CATEGORY
  3739.     
  3740.     CATEGORY !!TS_SD_Node
  3741.     #if version >= 4
  3742.     EXPLAIN !!TS_Sessions_Help
  3743.     #endif
  3744.  
  3745.         KEYNAME     "SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services"
  3746.  
  3747.         POLICY       !!TS_SD_Active
  3748.         #if version >= 4
  3749.         SUPPORTED !!TS_SUPPORTED_WindowsXP
  3750.         #endif
  3751.         EXPLAIN     !!TS_SD_Active_Explain
  3752.         VALUENAME   "SessionDirectoryActive"
  3753.         VALUEON  NUMERIC 1
  3754.         VALUEOFF NUMERIC 0              
  3755.         END POLICY
  3756.         
  3757.         POLICY       !!TS_SD_Loc
  3758.         #if version >= 4
  3759.         SUPPORTED !!TS_SUPPORTED_WindowsXP
  3760.         #endif
  3761.         EXPLAIN     !!TS_SD_Loc_Explain
  3762.         PART        !!TS_SD_Loc EDITTEXT REQUIRED       
  3763.         VALUENAME   "SessionDirectoryLocation"
  3764.         END PART
  3765.         END POLICY
  3766.         
  3767.         POLICY       !!TS_SD_ClustName
  3768.         #if version >= 4
  3769.         SUPPORTED !!TS_SUPPORTED_WindowsXP
  3770.         #endif
  3771.         EXPLAIN     !!TS_SD_ClustName_Explain
  3772.         PART        !!TS_SD_ClustName EDITTEXT REQUIRED
  3773.         VALUENAME   "SessionDirectoryClusterName"
  3774.         END PART
  3775.         END POLICY
  3776.     END CATEGORY
  3777.     
  3778.     
  3779.     CATEGORY !!TS_Sessions   
  3780.     #if version >= 4
  3781.     EXPLAIN !!TS_Sessions_Comp_Help
  3782.     #endif
  3783.  
  3784.         POLICY  !!TS_Sessions_Disconnected_Timeout
  3785.         #if version >= 4
  3786.         SUPPORTED !!TS_SUPPORTED_WindowsXP
  3787.         #endif
  3788.         EXPLAIN !!TS_SESSIONS_DISCONNECTED_TIMEOUT_EXPLAIN
  3789.         ACTIONLISTOFF
  3790.         VALUENAME "MaxDisconnectionTime" VALUE "0"
  3791.         END ACTIONLISTOFF
  3792.         
  3793.         PART !!TS_Sessions_EndDisconnected DROPDOWNLIST NOSORT 
  3794.         VALUENAME "MaxDisconnectionTime"
  3795.         ITEMLIST
  3796.         NAME !!TS_TIME_NEVER  VALUE    NUMERIC 0   DEFAULT
  3797.         NAME !!TS_TIME_1MIN   VALUE    NUMERIC 60000 
  3798.         NAME !!TS_TIME_5MIN   VALUE    NUMERIC 300000
  3799.         NAME !!TS_TIME_10MIN   VALUE   NUMERIC 600000
  3800.         NAME !!TS_TIME_15MIN   VALUE   NUMERIC 900000
  3801.         NAME !!TS_TIME_30MIN   VALUE   NUMERIC 1800000
  3802.         NAME !!TS_TIME_1HR   VALUE     NUMERIC 3600000
  3803.         NAME !!TS_TIME_2HR   VALUE     NUMERIC 7200000
  3804.         NAME !!TS_TIME_3HR   VALUE     NUMERIC 10800000
  3805.         NAME !!TS_TIME_1DAY   VALUE    NUMERIC 86400000
  3806.         NAME !!TS_TIME_2DAY   VALUE    NUMERIC 172800000
  3807.         END ITEMLIST
  3808.         END PART
  3809.     END POLICY    
  3810.     
  3811.     POLICY  !!TS_Sessions_Limits
  3812.         #if version >= 4
  3813.         SUPPORTED !!TS_SUPPORTED_WindowsXP
  3814.         #endif
  3815.         EXPLAIN !!TS_SESSIONS_LIMITS_EXPLAIN    
  3816.         PART !!TS_Sessions_ActiveLimit DROPDOWNLIST NOSORT 
  3817.         VALUENAME "MaxConnectionTime"
  3818.         ITEMLIST
  3819.         NAME !!TS_TIME_NEVER  VALUE    NUMERIC 0   DEFAULT
  3820.         NAME !!TS_TIME_1MIN   VALUE    NUMERIC 60000
  3821.         NAME !!TS_TIME_5MIN   VALUE    NUMERIC 300000
  3822.         NAME !!TS_TIME_10MIN   VALUE   NUMERIC 600000
  3823.         NAME !!TS_TIME_15MIN   VALUE   NUMERIC 900000
  3824.         NAME !!TS_TIME_30MIN   VALUE   NUMERIC 1800000
  3825.         NAME !!TS_TIME_1HR   VALUE     NUMERIC 3600000
  3826.         NAME !!TS_TIME_2HR   VALUE     NUMERIC 7200000
  3827.         NAME !!TS_TIME_3HR   VALUE     NUMERIC 10800000
  3828.         NAME !!TS_TIME_1DAY   VALUE    NUMERIC 86400000
  3829.         NAME !!TS_TIME_2DAY   VALUE    NUMERIC 172800000
  3830.         END ITEMLIST
  3831.         END PART
  3832.         
  3833.         END POLICY
  3834.         
  3835.         POLICY  !!TS_Sessions_Idle_Limit
  3836.         #if version >= 4
  3837.         SUPPORTED !!TS_SUPPORTED_WindowsXP
  3838.         #endif
  3839.         EXPLAIN !!TS_SESSIONS_IDLE_LIMIT_EXPLAIN
  3840.         PART !!TS_Sessions_IdleLimitText DROPDOWNLIST NOSORT 
  3841.         VALUENAME "MaxIdleTime" REQUIRED
  3842.         ITEMLIST
  3843.         
  3844.         NAME !!TS_TIME_NEVER  VALUE    NUMERIC 0   DEFAULT
  3845.         NAME !!TS_TIME_1MIN   VALUE    NUMERIC 60000
  3846.         NAME !!TS_TIME_5MIN   VALUE    NUMERIC 300000
  3847.         NAME !!TS_TIME_10MIN   VALUE   NUMERIC 600000
  3848.         NAME !!TS_TIME_15MIN   VALUE   NUMERIC 900000
  3849.         NAME !!TS_TIME_30MIN   VALUE   NUMERIC 1800000
  3850.         NAME !!TS_TIME_1HR   VALUE     NUMERIC 3600000
  3851.         NAME !!TS_TIME_2HR   VALUE     NUMERIC 7200000
  3852.         NAME !!TS_TIME_3HR   VALUE     NUMERIC 10800000
  3853.         NAME !!TS_TIME_1DAY   VALUE    NUMERIC 86400000
  3854.         NAME !!TS_TIME_2DAY   VALUE    NUMERIC 172800000
  3855.         END ITEMLIST
  3856.         END PART
  3857.        
  3858.         END POLICY
  3859.         
  3860.         POLICY  !!TS_Sessions_Reconnect_Same
  3861.         #if version >= 4
  3862.         SUPPORTED !!TS_SUPPORTED_WindowsXP
  3863.         #endif
  3864.         EXPLAIN !!TS_SESSIONS_RECONNECT_SAME_EXPLAIN
  3865.         VALUENAME "fReconnectSame" 
  3866.         VALUEON  NUMERIC 1  
  3867.         VALUEOFF NUMERIC 0      
  3868.         END POLICY
  3869.         
  3870.         POLICY !!TS_Session_End_On_Limit 
  3871.         EXPLAIN !!TS_SESSION_END_ON_LIMIT_EXPLAIN
  3872.         VALUENAME "fResetBroken" 
  3873.         VALUEON  NUMERIC 1  
  3874.         VALUEOFF NUMERIC 0      
  3875.         END POLICY
  3876.     
  3877.     END CATEGORY
  3878.  
  3879.  
  3880.         POLICY    !!TS_USER_PROFILES
  3881.         #if version >= 4
  3882.         SUPPORTED !!TS_SUPPORTED_WindowsXP
  3883.         #endif
  3884.         EXPLAIN !!TS_USER_PROFILE_EXPLAIN
  3885.         PART    !!TS_PROFILE_PATH EDITTEXT REQUIRED
  3886.         VALUENAME   "WFProfilePath"
  3887.         END PART
  3888.         PART !!TS_PATH_NOTE TEXT
  3889.         END PART
  3890.         END POLICY
  3891.         
  3892.         POLICY    !!TS_USER_HOME
  3893.         #if version >= 4
  3894.         SUPPORTED !!TS_SUPPORTED_WindowsXP
  3895.         #endif
  3896.         EXPLAIN !!TS_USER_HOME_EXPLAIN
  3897.         PART !!TS_USER_HOME_LOCATION DROPDOWNLIST NOSORT
  3898.         VALUENAME "WFHomeDirUNC"
  3899.         ITEMLIST
  3900.         NAME !!TS_On_the_Network         VALUE NUMERIC  1 DEFAULT
  3901.         NAME !!TS_on_the_Local_machine  VALUE NUMERIC  0 
  3902.         END ITEMLIST
  3903.         END PART
  3904.         
  3905.         PART    !!TS_HOME_DIR EDITTEXT REQUIRED
  3906.         VALUENAME   "WFHomeDir"
  3907.         END PART                   
  3908.         
  3909.         PART !!TS_DRIVE_NOTE TEXT
  3910.         END PART
  3911.         
  3912.         PART    !!TS_DRIVE_LETTER  DROPDOWNLIST   
  3913.             VALUENAME   "WFHomeDirDrive"
  3914.         
  3915.     ITEMLIST
  3916.             NAME    !!TS_DRIVE_G   VALUE   "G:"
  3917.             NAME    !!TS_DRIVE_H   VALUE   "H:"
  3918.             NAME    !!TS_DRIVE_I   VALUE   "I:"
  3919.             NAME    !!TS_DRIVE_J   VALUE   "J:"
  3920.             NAME    !!TS_DRIVE_K   VALUE   "K:"
  3921.             NAME    !!TS_DRIVE_L   VALUE   "L:"
  3922.             NAME    !!TS_DRIVE_M   VALUE   "M:"
  3923.             NAME    !!TS_DRIVE_N   VALUE   "N:"
  3924.             NAME    !!TS_DRIVE_O   VALUE   "O:"
  3925.             NAME    !!TS_DRIVE_P   VALUE   "P:"
  3926.             NAME    !!TS_DRIVE_Q   VALUE   "Q:"
  3927.             NAME    !!TS_DRIVE_R   VALUE   "R:"
  3928.             NAME    !!TS_DRIVE_S   VALUE   "S:"
  3929.             NAME    !!TS_DRIVE_T   VALUE   "T:"
  3930.             NAME    !!TS_DRIVE_U   VALUE   "U:"
  3931.             NAME    !!TS_DRIVE_V   VALUE   "V:"
  3932.             NAME    !!TS_DRIVE_W   VALUE   "W:"
  3933.             NAME    !!TS_DRIVE_X   VALUE   "X:"
  3934.             NAME    !!TS_DRIVE_Y   VALUE   "Y:"
  3935.             NAME    !!TS_DRIVE_Z   VALUE   "Z:" DEFAULT
  3936.         END ITEMLIST
  3937.         END PART
  3938.   
  3939.     END POLICY
  3940.         
  3941.    
  3942.         POLICY  !!TS_RemoteControl
  3943.         #if version >= 4
  3944.         SUPPORTED !!TS_SUPPORTED_WindowsXP
  3945.         #endif
  3946.         EXPLAIN !!TS_RemoteControl_EXPLAIN 
  3947.         PART !!TS_RemoteControl_Levels DROPDOWNLIST NOSORT                                                               
  3948.         VALUENAME "Shadow"
  3949.         ITEMLIST
  3950.         NAME !!TS_RemoteControl_0  VALUE    NUMERIC 0   DEFAULT
  3951.         NAME !!TS_RemoteControl_1  VALUE    NUMERIC 1   
  3952.         NAME !!TS_RemoteControl_2  VALUE    NUMERIC 2   
  3953.         NAME !!TS_RemoteControl_3  VALUE    NUMERIC 3   
  3954.         NAME !!TS_RemoteControl_4  VALUE    NUMERIC 4   
  3955.         END ITEMLIST
  3956.         END PART
  3957.         END POLICY
  3958.  
  3959.         POLICY  !!TS_START_PROGRAM
  3960.         #if version >= 4
  3961.         SUPPORTED !!TS_SUPPORTED_WindowsXP
  3962.         #endif
  3963.         EXPLAIN !!TS_START_PROGRAM_EXPLAIN 
  3964.         PART !!TS_PROGRAM_NAME EDITTEXT REQUIRED
  3965.         VALUENAME   "InitialProgram"    
  3966.         END PART
  3967.         
  3968.         PART !!TS_WORKDIR EDITTEXT 
  3969.         VALUENAME   "WorkDirectory"    
  3970.         END PART
  3971.         
  3972.         END POLICY
  3973.  
  3974.    END CATEGORY ; TS_GP_NODE
  3975.  
  3976.    CATEGORY !!MSI
  3977.     #if version >= 4
  3978.     EXPLAIN !!MSI_Help
  3979.     #endif
  3980.  
  3981.         KEYNAME "Software\Policies\Microsoft\Windows\Installer"
  3982.  
  3983.  
  3984.         POLICY !!DisableMSI
  3985.            #if version >= 4
  3986.         SUPPORTED !!SUPPORTED_Win2k
  3987.         #endif
  3988.  
  3989.                EXPLAIN !!DisableMSI_Help
  3990.             PART !!DisableMSI DROPDOWNLIST NOSORT REQUIRED
  3991.                 VALUENAME "DisableMSI"
  3992.                 ITEMLIST
  3993.             NAME !!DisableAlways    VALUE NUMERIC 2
  3994.             NAME !!DisableNonManaged    VALUE NUMERIC 1
  3995.             NAME !!DisableNever        VALUE NUMERIC 0  DEFAULT
  3996.                 END ITEMLIST
  3997.            END PART
  3998.     END POLICY
  3999.  
  4000.         POLICY !!AlwaysInstallElevated
  4001.                  #if version >= 4
  4002.         SUPPORTED !!SUPPORTED_Win2k
  4003.         #endif
  4004.  
  4005.             EXPLAIN !!AlwaysInstallElevated_Help
  4006.             VALUENAME "AlwaysInstallElevated"
  4007.             VALUEON NUMERIC 1
  4008.             VALUEOFF NUMERIC 0
  4009.             
  4010.  
  4011.         PART !!Blank           TEXT
  4012.         END PART
  4013.         PART !!UserANDMachineT TEXT
  4014.         END PART
  4015.         END POLICY
  4016.  
  4017.  
  4018.         POLICY !!DisableRollback
  4019.             #if version >= 4
  4020.         SUPPORTED !!SUPPORTED_Win2k
  4021.         #endif
  4022.  
  4023.             EXPLAIN !!DisableRollback_Help
  4024.             VALUENAME "DisableRollback"
  4025.         VALUEON NUMERIC 1
  4026.         VALUEOFF NUMERIC 0
  4027.  
  4028.         PART !!Blank  TEXT
  4029.         END PART
  4030.         PART !!UserORMachineT TEXT
  4031.         END PART
  4032.     END POLICY
  4033.  
  4034.         POLICY !!DisableBrowse
  4035.              #if version >= 4
  4036.         SUPPORTED !!SUPPORTED_Win2k
  4037.         #endif
  4038.  
  4039.             EXPLAIN !!DisableBrowse_Help
  4040.             VALUENAME "DisableBrowse"
  4041.         VALUEON NUMERIC 1
  4042.         VALUEOFF NUMERIC 0
  4043.     
  4044.     END POLICY
  4045.  
  4046.         POLICY !!DisablePatch
  4047.             #if version >= 4
  4048.         SUPPORTED !!SUPPORTED_Win2k
  4049.         #endif
  4050.  
  4051.             EXPLAIN !!DisablePatch_Help
  4052.             VALUENAME "DisablePatch"
  4053.         VALUEON NUMERIC 1
  4054.         VALUEOFF NUMERIC 0
  4055.  
  4056.     END POLICY
  4057.  
  4058.         POLICY !!SafeForScripting
  4059.             #if version >= 4
  4060.         SUPPORTED !!SUPPORTED_Win2k
  4061.         #endif
  4062.  
  4063.             EXPLAIN !!SafeForScripting_Help
  4064.             VALUENAME "SafeForScripting"
  4065.         VALUEON NUMERIC 1
  4066.         VALUEOFF NUMERIC 0
  4067.  
  4068.     END POLICY
  4069.  
  4070.         POLICY !!EnableUserControl
  4071.             #if version >= 4
  4072.         SUPPORTED !!SUPPORTED_Win2k
  4073.         #endif
  4074.  
  4075.             EXPLAIN !!EnableUserControl_Help
  4076.             VALUENAME "EnableUserControl"
  4077.         VALUEON NUMERIC 1
  4078.         VALUEOFF NUMERIC 0
  4079.     
  4080.     END POLICY
  4081.  
  4082.         POLICY !!AllowLockdownBrowse
  4083.            #if version >= 4
  4084.         SUPPORTED !!SUPPORTED_Win2k
  4085.         #endif
  4086.  
  4087.            EXPLAIN !!AllowLockdownBrowse_Help
  4088.            VALUENAME "AllowLockdownBrowse"
  4089.            VALUEON NUMERIC 1
  4090.            VALUEOFF NUMERIC 0
  4091.  
  4092.     END POLICY
  4093.  
  4094.         POLICY !!AllowLockdownMedia
  4095.             #if version >= 4
  4096.         SUPPORTED !!SUPPORTED_Win2k
  4097.         #endif
  4098.  
  4099.             EXPLAIN !!AllowLockdownMedia_Help
  4100.             VALUENAME "AllowLockdownMedia"
  4101.                 VALUEON NUMERIC 1
  4102.                 VALUEOFF NUMERIC 0
  4103.         
  4104.     END POLICY
  4105.  
  4106.         POLICY !!AllowLockdownPatch
  4107.              #if version >= 4
  4108.         SUPPORTED !!SUPPORTED_Win2k
  4109.         #endif
  4110.  
  4111.             EXPLAIN !!AllowLockdownPatch_Help
  4112.             VALUENAME "AllowLockdownPatch"
  4113.                 VALUEON NUMERIC 1
  4114.                 VALUEOFF NUMERIC 0
  4115.     
  4116.     END POLICY
  4117.  
  4118.         POLICY !!EnableAdminTSRemote
  4119.             #if version >= 4
  4120.         SUPPORTED !!SUPPORTED_Win2k
  4121.         #endif
  4122.  
  4123.             EXPLAIN !!EnableAdminTSRemote_Help
  4124.             VALUENAME "EnableAdminTSRemote"
  4125.                 VALUEON NUMERIC 1
  4126.                 VALUEOFF NUMERIC 0
  4127.  
  4128.     END POLICY
  4129.  
  4130.        POLICY !!TransformsSecure
  4131.             #if version >= 4
  4132.         SUPPORTED !!SUPPORTED_Win2k
  4133.         #endif
  4134.  
  4135.             EXPLAIN !!TransformsSecure_Help
  4136.             VALUENAME "TransformsSecure"
  4137.                 VALUEON NUMERIC 1
  4138.                 VALUEOFF NUMERIC 0
  4139.     END POLICY
  4140.  
  4141.  
  4142.         POLICY !!MSILogging
  4143.             #if version >= 4
  4144.         SUPPORTED !!SUPPORTED_Win2k
  4145.         #endif
  4146.  
  4147.             EXPLAIN !!MSILogging_Help
  4148.             PART !!MSILogging EDITTEXT
  4149.                 VALUENAME "Logging"
  4150.                 DEFAULT iweap
  4151.             END PART
  4152.  
  4153.         PART !!MSILoggingT1 TEXT
  4154.             END PART
  4155.         PART !!MSILoggingT2 TEXT
  4156.         END PART
  4157.         PART !!MSILoggingT3 TEXT
  4158.         END PART
  4159.         PART !!MSILoggingT4 TEXT
  4160.         END PART
  4161.         PART !!MSILoggingT5 TEXT
  4162.         END PART
  4163.         PART !!MSILoggingT6 TEXT
  4164.         END PART
  4165.         PART !!MSILoggingT7 TEXT
  4166.         END PART
  4167.         PART !!MSILoggingT8 TEXT
  4168.         END PART
  4169.         PART !!MSILoggingT9 TEXT
  4170.         END PART
  4171.         PART !!MSILoggingT10 TEXT
  4172.         END PART
  4173.         PART !!MSILoggingT11 TEXT
  4174.         END PART
  4175.         PART !!MSILoggingT12 TEXT
  4176.         END PART
  4177.         PART !!MSILoggingT13 TEXT
  4178.         END PART
  4179.     END POLICY
  4180.  
  4181.  
  4182.         POLICY !!MSI_DisableUserInstalls
  4183.            #if version >= 4
  4184.         SUPPORTED !!SUPPORTED_MSI15
  4185.         #endif
  4186.  
  4187.                EXPLAIN !!MSI_DisableUserInstalls_Help
  4188.  
  4189.             PART !!MSI_DisableUserInstallsBox DROPDOWNLIST NOSORT REQUIRED
  4190.                 VALUENAME "DisableUserInstalls"
  4191.                 ITEMLIST
  4192.             NAME !!MSI_AllowUser    VALUE NUMERIC 0  
  4193.             NAME !!MSI_HideUser        VALUE NUMERIC 1     DEFAULT
  4194.             NAME !!MSI_DisAllowUser    VALUE NUMERIC 2 
  4195.                 END ITEMLIST
  4196.            END PART
  4197.     END POLICY
  4198.  
  4199.  
  4200.     POLICY !!MSI_DisableSRCheckPoints
  4201.         #if version >= 4
  4202.         SUPPORTED !!SUPPORTED_WindowsXP
  4203.         #endif
  4204.  
  4205.  
  4206.              EXPLAIN !!MSI_DisableSRCheckPoints_Help
  4207.         VALUENAME "LimitSystemRestoreCheckpointing"
  4208.     END POLICY
  4209.  
  4210.  
  4211.     END CATEGORY ; MSI
  4212.  
  4213.   CATEGORY !!WinMSG_WindowsMsg
  4214.     #if version >= 4
  4215.     EXPLAIN !!WinMSG_WindowsMsg_Help
  4216.     #endif
  4217.  
  4218.  
  4219.     KEYNAME "Software\Policies\Microsoft\Messenger\Client"
  4220.  
  4221.     POLICY !!WinMSG_NoWindowsMsg_Comp
  4222.         #if version >= 4
  4223.         SUPPORTED !!SUPPORTED_WindowsXP
  4224.         #endif
  4225.  
  4226.  
  4227.              EXPLAIN !!WinMSG_NoWindowsMsg_Help
  4228.         VALUENAME "PreventRun"
  4229.             VALUEON NUMERIC 1
  4230.                 VALUEOFF NUMERIC 0
  4231.  
  4232.     END POLICY
  4233.  
  4234.     POLICY !!WinMSG_NoAutoStartWindowsMsg_Comp
  4235.         #if version >= 4
  4236.         SUPPORTED !!SUPPORTED_WindowsXP
  4237.         #endif
  4238.  
  4239.  
  4240.              EXPLAIN !!WinMSG_NoAutoStartWindowsMsg_Help
  4241.         VALUENAME "PreventAutoRun"
  4242.             VALUEON NUMERIC 1
  4243.                 VALUEOFF NUMERIC 0
  4244.  
  4245.     END POLICY
  4246.  
  4247.    END CATEGORY ; WindowsMsg
  4248.  
  4249. END CATEGORY ; WindowsComponents
  4250.  
  4251.  
  4252.  
  4253.  
  4254.  
  4255. ;**************************************************************************************************
  4256.  
  4257. CLASS USER
  4258.  
  4259. CATEGORY !!StartMenu
  4260.     #if version >= 4
  4261.     EXPLAIN !!StartMenu_Help
  4262.     #endif    
  4263.  
  4264.     KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
  4265.  
  4266.     POLICY !!NoStartMenuSubFolders
  4267.     #if version >= 4
  4268.     SUPPORTED !!SUPPORTED_Win2k
  4269.     #endif
  4270.  
  4271.     EXPLAIN !!NoStartMenuSubFolders_Help 
  4272.            VALUENAME "NoStartMenuSubFolders"
  4273.     END POLICY
  4274.  
  4275.     POLICY !!NoWindowsUpdate
  4276.     #if version >= 4
  4277.     SUPPORTED !!SUPPORTED_Win2k
  4278.     #endif
  4279.  
  4280.       EXPLAIN !!NoWindowsUpdate_Help 
  4281.            VALUENAME "NoWindowsUpdate"
  4282.     END POLICY
  4283.  
  4284.     POLICY !!NoCommonGroups 
  4285.     #if version >= 4
  4286.     SUPPORTED !!SUPPORTED_Win2k
  4287.     #endif
  4288.  
  4289.     EXPLAIN !!NoCommonGroups_Help
  4290.     VALUENAME "NoCommonGroups"
  4291.     END POLICY
  4292.  
  4293.     POLICY !!NoSMMyDocuments
  4294.     #if version >= 4
  4295.     SUPPORTED !!SUPPORTED_Win2k
  4296.     #endif
  4297.  
  4298.  
  4299.          EXPLAIN !!NoSMMyDocuments_Help
  4300.     VALUENAME "NoSMMyDocs"
  4301.     END POLICY
  4302.  
  4303.  
  4304.     POLICY !!NoRecentDocsMenu
  4305.     #if version >= 4
  4306.     SUPPORTED !!SUPPORTED_Win2k
  4307.     #endif
  4308.  
  4309.       EXPLAIN !!NoRecentDocsMenu_Help 
  4310.            VALUENAME "NoRecentDocsMenu"
  4311.     END POLICY
  4312.  
  4313.     POLICY !!NoSetFolders 
  4314.     #if version >= 4
  4315.     SUPPORTED !!SUPPORTED_Win2k
  4316.     #endif
  4317.  
  4318.     EXPLAIN !!NoSetFolders_Help
  4319.            VALUENAME "NoSetFolders"
  4320.     END POLICY
  4321.  
  4322.     POLICY !!NoNetAndDialupConnect
  4323.     #if version >= 4
  4324.     SUPPORTED !!SUPPORTED_Win2k
  4325.     #endif
  4326.  
  4327.     EXPLAIN !!NoNetAndDialupConnect_Help
  4328.            VALUENAME "NoNetworkConnections"
  4329.     END POLICY
  4330.  
  4331.    POLICY !!NoFavoritesMenu 
  4332.     #if version >= 4
  4333.     SUPPORTED !!SUPPORTED_Win2k
  4334.     #endif
  4335.  
  4336.          EXPLAIN !!NoFavoritesMenu_Help
  4337.     VALUENAME "NoFavoritesMenu"
  4338.     END POLICY
  4339.  
  4340.     POLICY !!NoFind 
  4341.     #if version >= 4
  4342.     SUPPORTED !!SUPPORTED_Win2k
  4343.     #endif
  4344.  
  4345.          EXPLAIN !!NoFind_Help
  4346.     VALUENAME "NoFind"
  4347.     END POLICY
  4348.  
  4349.     POLICY !!NoHelp
  4350.     #if version >= 4
  4351.     SUPPORTED !!SUPPORTED_Win2k
  4352.     #endif
  4353.  
  4354.     EXPLAIN !!NoHelp_Help 
  4355.          VALUENAME "NoSMHelp"
  4356.     END POLICY
  4357.  
  4358.     POLICY !!NoRun
  4359.     #if version >= 4
  4360.     SUPPORTED !!SUPPORTED_Win2k
  4361.     #endif
  4362.  
  4363.     EXPLAIN !!NoRun_Help 
  4364.            VALUENAME "NoRun"
  4365.     END POLICY
  4366.  
  4367.     POLICY !!NoSMMyPictures
  4368.     #if version >= 4
  4369.     SUPPORTED !!SUPPORTED_WindowsXP
  4370.     #endif
  4371.  
  4372.     EXPLAIN !!NoSMMyPictures_Help 
  4373.            VALUENAME "NoSMMyPictures"
  4374.     END POLICY
  4375.  
  4376.     POLICY !!NoSMMyMusic
  4377.     #if version >= 4
  4378.     SUPPORTED !!SUPPORTED_WindowsXP
  4379.     #endif
  4380.  
  4381.     EXPLAIN !!NoSMMyMusic_Help 
  4382.            VALUENAME "NoStartMenuMyMusic"
  4383.     END POLICY
  4384.  
  4385.     POLICY !!NoSMMyNetworkPlaces
  4386.     #if version >= 4
  4387.     SUPPORTED !!SUPPORTED_WindowsXP
  4388.     #endif
  4389.  
  4390.     EXPLAIN !!NoSMMyNetworkPlaces_Help
  4391.            VALUENAME "NoStartMenuNetworkPlaces"
  4392.     END POLICY
  4393.  
  4394.     POLICY !!ForceStartMenuLogOff
  4395.     #if version >= 4
  4396.     SUPPORTED !!SUPPORTED_Win2k
  4397.     #endif
  4398.  
  4399.     EXPLAIN !!ForceStartMenuLogOff_Help
  4400.     VALUENAME "ForceStartMenuLogOff"
  4401.     END POLICY
  4402.  
  4403.     POLICY !!StartMenuLogOff
  4404.     #if version >= 4
  4405.     SUPPORTED !!SUPPORTED_Win2k
  4406.     #endif
  4407.  
  4408.     EXPLAIN !!StartMenuLogOff_Help
  4409.     VALUENAME "StartMenuLogOff"
  4410.     END POLICY
  4411.  
  4412.     POLICY !!NoClose 
  4413.     #if version >= 4
  4414.     SUPPORTED !!SUPPORTED_Win2k
  4415.     #endif
  4416.  
  4417.     EXPLAIN !!NoClose_Help
  4418.            VALUENAME "NoClose"
  4419.     END POLICY
  4420.  
  4421.     POLICY !!NoChangeStartMenu 
  4422.     #if version >= 4
  4423.     SUPPORTED !!SUPPORTED_Win2k
  4424.     #endif
  4425.     EXPLAIN !!NoChangeStartMenu_Help
  4426.       VALUENAME "NoChangeStartMenu"
  4427.     END POLICY
  4428.  
  4429.     POLICY !!NoSetTaskbar 
  4430.     #if version >= 4
  4431.     SUPPORTED !!SUPPORTED_Win2k
  4432.     #endif
  4433.  
  4434.     EXPLAIN !!NoSetTaskbar_Help
  4435.          VALUENAME "NoSetTaskbar"
  4436.     END POLICY
  4437.  
  4438.     POLICY !!NoTrayContextMenu 
  4439.     #if version >= 4
  4440.     SUPPORTED !!SUPPORTED_Win2k
  4441.     #endif
  4442.  
  4443.     EXPLAIN !!NoTrayContextMenu_Help
  4444.          VALUENAME "NoTrayContextMenu"
  4445.     END POLICY
  4446.  
  4447.     POLICY !!NoRecentDocsHistory 
  4448.     #if version >= 4
  4449.     SUPPORTED !!SUPPORTED_Win2k
  4450.     #endif
  4451.  
  4452.     EXPLAIN !!NoRecentDocsHistory_Help
  4453.          VALUENAME "NoRecentDocsHistory"
  4454.     END POLICY
  4455.  
  4456.     POLICY !!ClearRecentDocsOnExit
  4457.     #if version >= 4
  4458.     SUPPORTED !!SUPPORTED_Win2k
  4459.     #endif
  4460.  
  4461.     EXPLAIN !!ClearRecentDocsOnExit_Help 
  4462.            VALUENAME "ClearRecentDocsOnExit"
  4463.     END POLICY
  4464.  
  4465.     POLICY !!Intellimenus
  4466.     #if version >= 4
  4467.     SUPPORTED !!SUPPORTED_Win2k
  4468.     #endif
  4469.  
  4470.     EXPLAIN !!Intellimenus_Help
  4471.     VALUENAME "Intellimenus"
  4472.     END POLICY
  4473.  
  4474.     POLICY !!NoInstrumentation
  4475.     #if version >= 4
  4476.     SUPPORTED !!SUPPORTED_Win2k
  4477.     #endif
  4478.  
  4479.     EXPLAIN !!NoInstrumentation_Help
  4480.     VALUENAME "NoInstrumentation"
  4481.     END POLICY
  4482.  
  4483.     POLICY !!MemCheckBoxInRunDlg
  4484.     #if version >= 4
  4485.     SUPPORTED !!SUPPORTED_Win2k
  4486.     #endif
  4487.  
  4488.          EXPLAIN !!MemCheckBoxInRunDlg_Help
  4489.     VALUENAME "MemCheckBoxInRunDlg"
  4490.     END POLICY
  4491.  
  4492.     POLICY !!NoResolveSearch
  4493.     #if version >= 4
  4494.     SUPPORTED !!SUPPORTED_Win2k
  4495.     #endif
  4496.  
  4497.     EXPLAIN !!NoResolveSearch_Help
  4498.     VALUENAME "NoResolveSearch"
  4499.     END POLICY
  4500.  
  4501.     POLICY !!NoResolveTrack
  4502.     #if version >= 4
  4503. SUPPORTED !!SUPPORTED_Win2k
  4504.     #endif
  4505.  
  4506.     EXPLAIN !!NoResolveTrack_Help
  4507.     VALUENAME "NoResolveTrack"
  4508.     END POLICY
  4509.  
  4510.     POLICY !!GreyMSIAds
  4511.     #if version >= 4
  4512.     SUPPORTED !!SUPPORTED_Win2k
  4513.     #endif
  4514.  
  4515.     EXPLAIN !!GreyMSIAds_Help
  4516.     VALUENAME "GreyMSIAds"
  4517.     END POLICY
  4518.  
  4519.     POLICY !!NoTaskGrouping 
  4520.     EXPLAIN !!NoTaskGrouping_Help
  4521.  
  4522.     #if version >= 4
  4523.       SUPPORTED !!SUPPORTED_WindowsXP
  4524.     #endif
  4525.  
  4526.     VALUENAME "NoTaskGrouping"
  4527.     END POLICY
  4528.  
  4529.     POLICY !!NoAutoTrayNotify
  4530.     EXPLAIN !!NoAutoTrayNotify_Help
  4531.        #if version >= 4
  4532.         SUPPORTED !!SUPPORTED_WindowsXP
  4533.          #endif
  4534.  
  4535.          VALUENAME "NoAutoTrayNotify"
  4536.     END POLICY
  4537.  
  4538.     POLICY !!LockTaskbar
  4539.     EXPLAIN !!LockTaskbar_Help
  4540.       #if version >= 4
  4541.         SUPPORTED !!SUPPORTED_WindowsXP
  4542.     #endif
  4543.  
  4544.       VALUENAME "LockTaskbar"
  4545.     END POLICY 
  4546.  
  4547.     POLICY !!NoStartPage
  4548.     EXPLAIN !!NoStartPage_Help
  4549.       #if version >= 4
  4550.         SUPPORTED !!SUPPORTED_WindowsXP
  4551.     #endif
  4552.  
  4553.       VALUENAME "NoSimpleStartMenu"
  4554.     END POLICY
  4555.  
  4556.     POLICY !!NoBalloonTip
  4557.     EXPLAIN !!NoBalloonTip_Help 
  4558.       #if version >= 4
  4559.         SUPPORTED !!SUPPORTED_WindowsXP
  4560.     #endif
  4561.  
  4562.            VALUENAME "NoSMBalloonTip"
  4563.     END POLICY
  4564.  
  4565.     POLICY !!NoPinnedPrograms
  4566.     EXPLAIN !!NoPinnedPrograms_Help
  4567.       #if version >= 4
  4568.         SUPPORTED !!SUPPORTED_WindowsXP
  4569.     #endif
  4570.  
  4571.            VALUENAME "NoStartMenuPinnedList"
  4572.     END POLICY
  4573.  
  4574.  
  4575.    POLICY !!NoFrequentUsedPrograms
  4576.     EXPLAIN !!NoFrequentUsedPrograms_Help
  4577.       #if version >= 4
  4578.         SUPPORTED !!SUPPORTED_WindowsXP
  4579.     #endif
  4580.  
  4581.            VALUENAME "NoStartMenuMFUprogramsList"
  4582.  
  4583.     END POLICY
  4584.  
  4585.    POLICY !!NoMoreProgramsList
  4586.     EXPLAIN !!NoMoreProgramsList_Help
  4587.       #if version >= 4
  4588.         SUPPORTED !!SUPPORTED_WindowsXP
  4589.     #endif
  4590.  
  4591.            VALUENAME "NoStartMenuMorePrograms"
  4592.  
  4593.     END POLICY
  4594.  
  4595.    POLICY !!RemoveTurnOffComputerButton
  4596.     EXPLAIN !!RemoveTurnOffComputerButton_Help
  4597.       #if version >= 4
  4598.         SUPPORTED !!SUPPORTED_WindowsXP
  4599.     #endif
  4600.  
  4601.            VALUENAME "NoClose"
  4602.     END POLICY
  4603.  
  4604.    POLICY !!RemoveUnDockPCButton
  4605.     EXPLAIN !!RemoveUnDockPCButton_Help
  4606.       #if version >= 4
  4607.         SUPPORTED !!SUPPORTED_WindowsXP
  4608.     #endif
  4609.  
  4610.            VALUENAME "NoStartMenuEjectPC"
  4611.     END POLICY
  4612.  
  4613.    POLICY !!NoUserNameOnStartMenu
  4614.     EXPLAIN !!NoUserNameOnStartMenu
  4615.       #if version >= 4
  4616.         SUPPORTED !!SUPPORTED_WindowsXP
  4617.     #endif
  4618.  
  4619.            VALUENAME "NoUserNameInStartMenu"
  4620.     END POLICY
  4621.  
  4622.  
  4623.    POLICY !!NoTaskBarClock
  4624.     EXPLAIN !!NoTaskBarClock_Help
  4625.       #if version >= 4
  4626.         SUPPORTED !!SUPPORTED_WindowsXP
  4627.     #endif
  4628.  
  4629.            VALUENAME "HideClock"
  4630.     END POLICY
  4631.  
  4632.  
  4633.    POLICY !!NoTrayItemsDisplay
  4634.     EXPLAIN !!NoTrayItemsDisplay_Help
  4635.       #if version >= 4
  4636.         SUPPORTED !!SUPPORTED_WindowsXP
  4637.     #endif
  4638.  
  4639.            VALUENAME "NoTrayItemsDisplay"
  4640.     END POLICY
  4641.  
  4642.  
  4643.    POLICY !!NoToolbarsOnTaskbar
  4644.     EXPLAIN !!NoToolbarsOnTaskbar_Help
  4645.       #if version >= 4
  4646.         SUPPORTED !!SUPPORTED_WindowsXP
  4647.     #endif
  4648.  
  4649.            VALUENAME "NoToolbarsOnTaskbar"
  4650.    END POLICY
  4651.  
  4652.  
  4653. END CATEGORY ; StartMenu
  4654.  
  4655. CATEGORY !!Desktop
  4656.     #if version >= 4
  4657.         EXPLAIN !!Desktop_Help
  4658.     #endif 
  4659.  
  4660.     KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
  4661.  
  4662.     POLICY !!NoDesktop 
  4663.     #if version >= 4
  4664.     SUPPORTED !!SUPPORTED_Win2k
  4665.     #endif
  4666.  
  4667.  
  4668.          EXPLAIN !!NoDesktop_Help
  4669.     VALUENAME "NoDesktop"
  4670.     END POLICY
  4671.  
  4672.    POLICY !!NoMyDocumentsIcon
  4673.     KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\NonEnum"
  4674.     #if version >= 4
  4675.     SUPPORTED !!SUPPORTED_Win2k
  4676.     #endif
  4677.  
  4678.  
  4679.          EXPLAIN !!NoMyDocumentsIcon_Help
  4680.     VALUENAME "{450D8FBA-AD25-11D0-98A8-0800361B1103}"
  4681.     END POLICY
  4682.  
  4683.    POLICY !!NoMyComputerIcon
  4684.     KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\NonEnum"
  4685.     #if version >= 4
  4686.     SUPPORTED !!SUPPORTED_WindowsXP
  4687.     #endif
  4688.  
  4689.        EXPLAIN !!NoMyComputerIcon_Help
  4690.     VALUENAME "{20D04FE0-3AEA-1069-A2D8-08002B30309D}"
  4691.        VALUEON  NUMERIC  1
  4692.        VALUEOFF NUMERIC   0
  4693.  
  4694.     END POLICY
  4695.  
  4696.     POLICY !!NoRecycleBinIcon
  4697.     KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\NonEnum"
  4698.     #if version >= 4
  4699.     SUPPORTED !!SUPPORTED_WindowsXP
  4700.     #endif
  4701.  
  4702.          EXPLAIN !!NoRecycleBinIcon_Help
  4703.     VALUENAME "{645FF040-5081-101B-9F08-00AA002F954E}"
  4704.     END POLICY
  4705.  
  4706.  
  4707.  
  4708.    POLICY !!NoPropertiesMyDocuments 
  4709.     KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
  4710.     #if version >= 4
  4711.     SUPPORTED !!SUPPORTED_Win2kSP3
  4712.     #endif
  4713.  
  4714.  
  4715.          EXPLAIN !!NoPropertiesMyDocuments_Help
  4716.     VALUENAME "NoPropertiesMyDocuments" 
  4717.     END POLICY
  4718.  
  4719.    POLICY !!NoPropertiesMyComputer
  4720.     KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
  4721.     #if version >= 4
  4722.     SUPPORTED !!SUPPORTED_Win2kSP3
  4723.     #endif
  4724.  
  4725.          EXPLAIN !!NoPropertiesMyComputer_Help
  4726.     VALUENAME "NoPropertiesMyComputer" 
  4727.     END POLICY
  4728.  
  4729.    POLICY !!NoRecycleBinProperties 
  4730.     KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
  4731.     #if version >= 4
  4732.     SUPPORTED !!SUPPORTED_WindowsXP
  4733.     #endif
  4734.  
  4735.          EXPLAIN !!NoRecycleBinProperties_Help
  4736.     VALUENAME "NoPropertiesRecycleBin" 
  4737.     END POLICY
  4738.  
  4739.  
  4740.     POLICY !!NoNetHood 
  4741.     #if version >= 4
  4742.     SUPPORTED !!SUPPORTED_Win2k
  4743.     #endif
  4744.  
  4745.  
  4746.          EXPLAIN !!NoNetHood_Help
  4747.     VALUENAME "NoNetHood"
  4748.     END POLICY
  4749.  
  4750.     POLICY !!NoInternetIcon 
  4751.     #if version >= 4
  4752.     SUPPORTED !!SUPPORTED_Win2k
  4753.     #endif
  4754.  
  4755.  
  4756.          EXPLAIN !!NoInternetIcon_Help
  4757.     VALUENAME "NoInternetIcon"
  4758.     END POLICY
  4759.  
  4760.     POLICY !!NoRecentDocsNetHood
  4761.     #if version >= 4
  4762.     SUPPORTED !!SUPPORTED_Win2k
  4763.     #endif
  4764.  
  4765.  
  4766.          EXPLAIN !!NoRecentDocsNetHood_Help
  4767.     VALUENAME "NoRecentDocsNetHood"
  4768.     END POLICY
  4769.      
  4770.     POLICY !!DisablePersonalDirChange
  4771.     #if version >= 4
  4772.     SUPPORTED !!SUPPORTED_Win2k
  4773.     #endif
  4774.  
  4775.     EXPLAIN !!DisablePersonalDirChange_Help
  4776.     VALUENAME "DisablePersonalDirChange"
  4777.     END POLICY   
  4778.     
  4779.     POLICY !!sz_DB_DragDropClose 
  4780.     #if version >= 4
  4781.     SUPPORTED !!SUPPORTED_Win2k
  4782.     #endif
  4783.  
  4784.     EXPLAIN !!NoCloseDragDropBands_Help
  4785.     VALUENAME "NoCloseDragDropBands"
  4786.     END POLICY
  4787.         
  4788.     POLICY !!sz_DB_Moving 
  4789.     #if version >= 4
  4790.     SUPPORTED !!SUPPORTED_Win2k
  4791.     #endif
  4792.  
  4793.          EXPLAIN !!NoMovingBands_Help
  4794.     VALUENAME "NoMovingBands"
  4795.     END POLICY
  4796.  
  4797.     POLICY !!NoSaveSettings        
  4798.     #if version >= 4
  4799.     SUPPORTED !!SUPPORTED_Win2k
  4800.     #endif
  4801.  
  4802.  
  4803.          EXPLAIN !!NoSaveSettings_Help
  4804.     VALUENAME "NoSaveSettings"
  4805.     END POLICY
  4806.  
  4807.  
  4808.     POLICY !!NoDesktopCleanupWizard
  4809.     #if version >= 4
  4810.     SUPPORTED !!SUPPORTED_WindowsXP
  4811.     #endif
  4812.  
  4813.  
  4814.          EXPLAIN !!NoDesktopCleanupWizard_Help
  4815.     VALUENAME "NoDesktopCleanupWizard"
  4816.     END POLICY
  4817.  
  4818.  
  4819.     CATEGORY !!ActiveDesktop
  4820.     #if version >= 4
  4821.     EXPLAIN !!ActiveDesktop_Help
  4822.     #endif
  4823.  
  4824.     POLICY !!ForceActiveDesktopOn
  4825.         KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
  4826.             #if version >= 4
  4827.         SUPPORTED !!SUPPORTED_Win2k
  4828.         #endif
  4829.  
  4830.  
  4831.             EXPLAIN !!ForceActiveDesktopOn_Help
  4832.           VALUENAME "ForceActiveDesktopOn"
  4833.  
  4834.         PART !!ForceActiveDesktopOn_Tip    TEXT    
  4835.         END PART
  4836.     END POLICY
  4837.  
  4838.         POLICY !!NoActiveDesktop
  4839.             KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
  4840.                #if version >= 4
  4841.         SUPPORTED !!SUPPORTED_Win2k
  4842.         #endif
  4843.  
  4844.             EXPLAIN !!NoActiveDesktop_Help
  4845.             VALUENAME "NoActiveDesktop"
  4846.  
  4847.         PART !!NoActiveDesktop_Tip    TEXT    
  4848.              END PART
  4849.         END POLICY
  4850.  
  4851.         POLICY !!sz_ATC_NoComponents 
  4852.         KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\ActiveDesktop"
  4853.             #if version >= 4
  4854.         SUPPORTED !!SUPPORTED_Win2k
  4855.         #endif
  4856.  
  4857.  
  4858.           EXPLAIN !!ATC_NoComponents_Help
  4859.             VALUENAME "NoComponents"
  4860.  
  4861.         END POLICY
  4862.  
  4863.         POLICY !!NoActiveDesktopChanges 
  4864.             KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
  4865.             #if version >= 4
  4866.         SUPPORTED !!SUPPORTED_Win2k
  4867.         #endif
  4868.  
  4869.  
  4870.         EXPLAIN !!NoActiveDesktopChanges_Help
  4871.         VALUENAME "NoActiveDesktopChanges"
  4872.         END POLICY
  4873.  
  4874.         POLICY !!sz_ATC_DisableAdd
  4875.             KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\ActiveDesktop"
  4876.             EXPLAIN !!NoAddingComponents_Help 
  4877.             #if version >= 4
  4878.         SUPPORTED !!SUPPORTED_Win2k
  4879.         #endif
  4880.  
  4881.           VALUENAME "NoAddingComponents"
  4882.         END POLICY
  4883.  
  4884.         POLICY !!sz_ATC_DisableDel 
  4885.             KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\ActiveDesktop"
  4886.             #if version >= 4
  4887.         SUPPORTED !!SUPPORTED_Win2k
  4888.         #endif
  4889.  
  4890.             EXPLAIN !!NoDeletingComponents_Help
  4891.             VALUENAME "NoDeletingComponents"
  4892.         END POLICY
  4893.  
  4894.         POLICY !!sz_ATC_DisableEdit 
  4895.             KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\ActiveDesktop"
  4896.             #if version >= 4
  4897.         SUPPORTED !!SUPPORTED_Win2k
  4898.         #endif
  4899.  
  4900.             EXPLAIN !!NoEditingComponents_Help
  4901.             VALUENAME "NoEditingComponents"
  4902.         END POLICY
  4903.  
  4904.         POLICY !!sz_ATC_DisableClose 
  4905.             KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\ActiveDesktop"
  4906.             #if version >= 4
  4907.         SUPPORTED !!SUPPORTED_Win2k
  4908.         #endif
  4909.  
  4910.             EXPLAIN !!NoClosingComponents_Help
  4911.             VALUENAME "NoClosingComponents"
  4912.         END POLICY
  4913.  
  4914.         POLICY  !!sz_AdminComponents_Title
  4915.             KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\ActiveDesktop\AdminComponent"
  4916.             #if version >= 4
  4917.         SUPPORTED !!SUPPORTED_Win2k
  4918.         #endif
  4919.  
  4920.             EXPLAIN !!AdminComponents_Help
  4921.  
  4922.             PART !!sz_ATC_AdminAddItem    EDITTEXT
  4923.                 VALUENAME "Add"
  4924.             END PART
  4925.  
  4926.             PART !!sz_ATC_AdminDeleteItem EDITTEXT
  4927.                 VALUENAME "Delete"
  4928.             END PART
  4929.         END POLICY
  4930.  
  4931.      POLICY !!Wallpaper
  4932.         KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\System"
  4933.             #if version >= 4
  4934.         SUPPORTED !!SUPPORTED_Win2k
  4935.         #endif
  4936.  
  4937.         EXPLAIN !!Wallpaper_Help      
  4938.  
  4939.                   
  4940.         PART !!WallpaperName          EDITTEXT REQUIRED
  4941.                 VALUENAME "Wallpaper"
  4942.             END PART
  4943.             
  4944.             PART !!Wallpaper_Tip1         TEXT    END PART
  4945.             PART !!Wallpaper_Tip2         TEXT    END PART
  4946.  
  4947.             PART !!WallpaperStyle      DROPDOWNLIST REQUIRED
  4948.          VALUENAME "WallpaperStyle"
  4949.          ITEMLIST
  4950.                    NAME !!WallpaperStyle_Center    VALUE "0" DEFAULT
  4951.              NAME !!WallpaperStyle_Tile        VALUE "1" 
  4952.              NAME !!WallpaperStyle_Stretch    VALUE "2" 
  4953.          END ITEMLIST
  4954.         END PART
  4955.     END POLICY
  4956.  
  4957.         POLICY !!sz_DWP_NoHTMLPaper 
  4958.             KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\ActiveDesktop"
  4959.             #if version >= 4
  4960.         SUPPORTED !!SUPPORTED_Win2k
  4961.         #endif
  4962.  
  4963.             EXPLAIN !!NoHTMLWallPaper_Help
  4964.             VALUENAME "NoHTMLWallPaper"
  4965.     END POLICY
  4966.  
  4967.     END CATEGORY ;ActiveDesktop
  4968.  
  4969.     CATEGORY !!ActiveDirectory
  4970.     #if version >= 4
  4971.     EXPLAIN !!ActiveDirectory_Help
  4972.     #endif
  4973.  
  4974.         KEYNAME "Software\Policies\Microsoft\Windows\Directory UI"
  4975.  
  4976.         POLICY !!AD_QueryLimit
  4977.             #if version >= 4
  4978.         SUPPORTED !!SUPPORTED_Win2k
  4979.         #endif
  4980.  
  4981.             EXPLAIN !!AD_QueryLimit_Help
  4982.         PART !!AD_QueryLimit_Box    NUMERIC REQUIRED
  4983.         VALUENAME "QueryLimit"
  4984.         MIN 0 MAX 4000000000 DEFAULT 10000 SPIN 100
  4985.         END PART
  4986.         END POLICY
  4987.  
  4988.         POLICY !!AD_EnableFilter
  4989.             #if version >= 4
  4990.         SUPPORTED !!SUPPORTED_Win2k
  4991.         #endif
  4992.  
  4993.             EXPLAIN !!AD_EnableFilter_Help
  4994.           VALUENAME "EnableFilter"
  4995.         END POLICY
  4996.  
  4997.         POLICY !!AD_HideDirectoryFolder
  4998.             #if version >= 4
  4999.         SUPPORTED !!SUPPORTED_Win2kOnly
  5000.         #endif
  5001.  
  5002.           EXPLAIN !!AD_HideDirectoryFolder_Help
  5003.         VALUENAME "HideDirectoryFolder"
  5004.         END POLICY
  5005.  
  5006.     END CATEGORY ; ActiveDirectory
  5007.  
  5008. END CATEGORY ;Desktop
  5009.  
  5010. CATEGORY !!Cpl
  5011.     #if version >= 4
  5012.     EXPLAIN !!Cpl_Help  
  5013.     #endif  
  5014.  
  5015.     KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
  5016.  
  5017.     POLICY !!NoControlPanel
  5018.     KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
  5019.     #if version >= 4
  5020.     SUPPORTED !!SUPPORTED_Win2k
  5021.     #endif
  5022.  
  5023.     EXPLAIN !!NoControlPanel_Help 
  5024.            VALUENAME "NoControlPanel"
  5025.     END POLICY
  5026.  
  5027.     POLICY !!DisallowCpls
  5028.     KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
  5029.     #if version >= 4
  5030.     SUPPORTED !!SUPPORTED_Win2k
  5031.     #endif
  5032.  
  5033.     EXPLAIN !!DisallowCpls_Help
  5034.     VALUENAME "DisallowCpl"
  5035.  
  5036.     PART !!DisallowCplsList LISTBOX
  5037.         KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\DisallowCpl"
  5038.         VALUEPREFIX ""
  5039.     END PART
  5040.  
  5041.     END POLICY
  5042.  
  5043.     POLICY !!RestrictCpls
  5044.     KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
  5045.     #if version >= 4
  5046.     SUPPORTED !!SUPPORTED_Win2k
  5047.     #endif
  5048.  
  5049.  
  5050.     EXPLAIN !!RestrictCpls_Help 
  5051.     VALUENAME "RestrictCpl"
  5052.  
  5053.     PART !!RestrictCplsList LISTBOX
  5054.            KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\RestrictCpl"
  5055.         VALUEPREFIX ""
  5056.     END PART
  5057.  
  5058.         PART !!RestrictCpls_Tip1            TEXT    
  5059.         END PART
  5060.         PART !!RestrictCpls_Tip2            TEXT    
  5061.         END PART
  5062.         PART !!RestrictCpls_Tip3            TEXT    
  5063.         END PART    
  5064.         PART !!RestrictCpls_Tip4            TEXT    
  5065.         END PART
  5066.     END POLICY
  5067.  
  5068.     POLICY !!ForceClassicControlPanel
  5069.     EXPLAIN !!ForceClassicControlPanel_Help
  5070.       #if version >= 4
  5071.         SUPPORTED !!SUPPORTED_WindowsXP
  5072.     #endif
  5073.  
  5074.         VALUENAME "ForceClassicControlPanel"
  5075.         VALUEON   NUMERIC 1
  5076.         VALUEOFF  NUMERIC 0
  5077.  
  5078.     END POLICY
  5079.  
  5080.  
  5081.     CATEGORY !!Arp
  5082.     #if version >= 4
  5083.     EXPLAIN !!ARP_Help
  5084.     #endif
  5085.  
  5086.         KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Uninstall"
  5087.  
  5088.     POLICY !!NoAddRemovePrograms
  5089.             #if version >= 4
  5090.         SUPPORTED !!SUPPORTED_Win2k
  5091.         #endif
  5092.  
  5093.         EXPLAIN !!NoAddRemovePrograms_Help
  5094.         VALUENAME "NoAddRemovePrograms"
  5095.     END POLICY
  5096.  
  5097.     POLICY !!NoRemovePage
  5098.             #if version >= 4
  5099.         SUPPORTED !!SUPPORTED_Win2k
  5100.         #endif
  5101.  
  5102.         EXPLAIN !!NoRemovePage_Help
  5103.             VALUENAME "NoRemovePage"
  5104.     END POLICY
  5105.  
  5106.     POLICY !!NoAddPage
  5107.             #if version >= 4
  5108.         SUPPORTED !!SUPPORTED_Win2k
  5109.         #endif
  5110.  
  5111.         EXPLAIN !!NoAddPage_Help
  5112.         VALUENAME "NoAddPage"
  5113.     END POLICY
  5114.  
  5115.     POLICY !!NoWindowsSetupPage
  5116.             #if version >= 4
  5117.         SUPPORTED !!SUPPORTED_Win2k
  5118.         #endif
  5119.  
  5120.             EXPLAIN !!NoWindowsSetupPage_Help
  5121.             VALUENAME "NoWindowsSetupPage"
  5122.     END POLICY
  5123.  
  5124.     POLICY !!NoAddFromCDorFloppy
  5125.             #if version >= 4
  5126.         SUPPORTED !!SUPPORTED_Win2k
  5127.         #endif
  5128.     
  5129.         EXPLAIN !!NoAddFromCDorFloppy_Help
  5130.             VALUENAME "NoAddFromCDorFloppy"
  5131.     END POLICY
  5132.  
  5133.     POLICY !!NoAddFromInternet
  5134.             #if version >= 4
  5135.         SUPPORTED !!SUPPORTED_Win2k
  5136.         #endif
  5137.  
  5138.           EXPLAIN !!NoAddFromInternet_Help
  5139.             VALUENAME "NoAddFromInternet"
  5140.     END POLICY
  5141.  
  5142.     POLICY !!NoAddFromNetwork
  5143.             #if version >= 4
  5144.         SUPPORTED !!SUPPORTED_Win2k
  5145.         #endif
  5146.  
  5147.         EXPLAIN !!NoAddFromNetwork_Help
  5148.             VALUENAME "NoAddFromNetwork"
  5149.     END POLICY
  5150.  
  5151.     POLICY !!NoServices
  5152.             #if version >= 4
  5153.         SUPPORTED !!SUPPORTED_Win2k
  5154.         #endif
  5155.  
  5156.         EXPLAIN !!NoServices_Help
  5157.             VALUENAME "NoServices"
  5158.     END POLICY
  5159.  
  5160.     POLICY !!NoSupportInfo
  5161.             #if version >= 4
  5162.         SUPPORTED !!SUPPORTED_Win2k
  5163.         #endif
  5164.  
  5165.         EXPLAIN !!NoSupportInfo_Help
  5166.             VALUENAME "NoSupportInfo"
  5167.     END POLICY
  5168.  
  5169.         POLICY !!DefaultCategory        
  5170.             #if version >= 4
  5171.         SUPPORTED !!SUPPORTED_Win2k
  5172.         #endif
  5173.  
  5174.             EXPLAIN !!DefaultCategory_Help
  5175.             PART !!DefaultCategoryBox         EDITTEXT REQUIRED
  5176.                  VALUENAME "DefaultCategory"
  5177.             END PART
  5178.         END POLICY
  5179.  
  5180.      END CATEGORY ; ARP
  5181.   
  5182.     CATEGORY !!Display
  5183.     #if version >= 4
  5184.     EXPLAIN !!Display_Explain
  5185.     #endif
  5186.  
  5187.     KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\System"
  5188.             
  5189.     POLICY !!CPL_Display_Disable             
  5190.             #if version >= 4
  5191.         SUPPORTED !!SUPPORTED_Win2k
  5192.         #endif
  5193.  
  5194.         EXPLAIN !!NoDispCpl_Help
  5195.         VALUENAME "NoDispCPL"
  5196.     END POLICY
  5197.  
  5198.     POLICY !!CPL_Display_HideBkgnd             
  5199.            #if version >= 4
  5200.         SUPPORTED !!SUPPORTED_Win2k
  5201.         #endif
  5202.  
  5203.         EXPLAIN !!NoDispBackgroundPage_Help
  5204.         VALUENAME "NoDispBackgroundPage"
  5205.     END POLICY
  5206.  
  5207.     POLICY !!sz_DWP_DisableChanges
  5208.           KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\ActiveDesktop"
  5209.         #if version >= 4
  5210.           SUPPORTED !!SUPPORTED_Win2k
  5211.         #endif
  5212.  
  5213.         EXPLAIN !!NoChangingWallPaper_Help
  5214.         VALUENAME "NoChangingWallPaper"
  5215.         END POLICY
  5216.  
  5217.         POLICY !!CPL_Display_HideAppearance         
  5218.           #if version >= 4
  5219.         SUPPORTED !!SUPPORTED_Win2k
  5220.         #endif
  5221.  
  5222.          EXPLAIN !!NoDispAppearancePage_Help
  5223.         VALUENAME "NoDispAppearancePage"
  5224.     END POLICY
  5225.  
  5226.         POLICY !!CPL_Display_HideSettings         
  5227.                 #if version >= 4
  5228.         SUPPORTED !!SUPPORTED_Win2k
  5229.         #endif
  5230.  
  5231.             EXPLAIN !!NoDispSettingsPage_Help
  5232.         VALUENAME "NoDispSettingsPage"
  5233.     END POLICY
  5234.  
  5235.         POLICY !!CPL_Display_HideScrsav            
  5236.                 #if version >= 4
  5237.         SUPPORTED !!SUPPORTED_Win2k
  5238.         #endif
  5239.  
  5240.            EXPLAIN !!NoDispScrSavPage_Help
  5241.         VALUENAME "NoDispScrSavPage"
  5242.     END POLICY
  5243.  
  5244.          POLICY !!ScreenSaverActive
  5245.             KEYNAME "Software\Policies\Microsoft\Windows\Control Panel\Desktop"
  5246.                 #if version >= 4
  5247.         SUPPORTED !!SUPPORTED_Win2kSP1
  5248.         #endif
  5249.  
  5250.             EXPLAIN !!ScreenSaverActive_Help
  5251.                 VALUENAME "ScreenSaveActive"
  5252.                     VALUEON 1
  5253.                     VALUEOFF 0
  5254.     END POLICY
  5255.  
  5256.     POLICY !!ScreenSaverFilename
  5257.             KEYNAME "Software\Policies\Microsoft\Windows\Control Panel\Desktop"
  5258.                 #if version >= 4
  5259.         SUPPORTED !!SUPPORTED_Win2kSP1
  5260.         #endif
  5261.  
  5262.             EXPLAIN !!ScreenSaverFilename_Help
  5263.             PART !!ScreenSaverFilename EDITTEXT
  5264.             VALUENAME "SCRNSAVE.EXE"
  5265.         END PART
  5266.         END POLICY
  5267.  
  5268.         POLICY !!ScreenSaverIsSecure
  5269.             KEYNAME "Software\Policies\Microsoft\Windows\Control Panel\Desktop"
  5270.                 #if version >= 4
  5271.         SUPPORTED !!SUPPORTED_Win2kSP1
  5272.         #endif
  5273.  
  5274.             EXPLAIN !!ScreenSaverIsSecure_Help
  5275.             VALUENAME "ScreenSaverIsSecure"
  5276.                 VALUEON 1
  5277.                 VALUEOFF 0
  5278.         END POLICY
  5279.  
  5280.         POLICY !!ScreenSaverTimeOut
  5281.             KEYNAME "Software\Policies\Microsoft\Windows\Control Panel\Desktop"
  5282.                 #if version >= 4
  5283.         SUPPORTED !!SUPPORTED_Win2kSP1
  5284.         #endif
  5285.  
  5286.             EXPLAIN !!ScreenSaverTimeOut_Help
  5287.             PART !!ScreenSaverTimeOut_Tip1  TEXT    
  5288.             END PART
  5289.             PART !!Blank                  TEXT    
  5290.             END PART
  5291.             PART !!ScreenSaverTimeOutFreqSpin   NUMERIC DEFAULT 900
  5292.                 MIN 0 MAX 599940 SPIN 60
  5293.                 TXTCONVERT
  5294.                 VALUENAME "ScreenSaveTimeOut"
  5295.             END PART
  5296.         END POLICY
  5297.  
  5298.     CATEGORY !!Themes
  5299.         #if version >= 4
  5300.             EXPLAIN !!Themes_Help
  5301.         #endif
  5302.         KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
  5303.  
  5304.             POLICY !!Themes_Disable_Options
  5305.             #if version >= 4
  5306.             SUPPORTED !!SUPPORTED_WindowsXP
  5307.             #endif
  5308.          
  5309.             EXPLAIN !!Themes_Disable_Options_Help
  5310.             VALUENAME "NoThemesTab"
  5311.             END POLICY
  5312.  
  5313.             POLICY !!Themes_Disable_VisualStyle
  5314.             KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\System"
  5315.             #if version >= 4
  5316.             SUPPORTED !!SUPPORTED_WindowsXP
  5317.             #endif
  5318.          
  5319.             EXPLAIN !!Themes_Disable_VisualStyle_Help
  5320.             VALUENAME "NoVisualStyleChoice"
  5321.             END POLICY
  5322.         
  5323.             POLICY !!Themes_Lock_Themesize
  5324.             KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\System"
  5325.             #if version >= 4
  5326.             SUPPORTED !!SUPPORTED_WindowsXP
  5327.             #endif
  5328.          
  5329.             EXPLAIN !!Themes_Lock_Themesize_Help
  5330.             VALUENAME "NoSizeChoice"
  5331.             END POLICY
  5332.  
  5333.  
  5334.             POLICY !!Themes_Disable_Color_Select
  5335.             KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\System"
  5336.             #if version >= 4
  5337.             SUPPORTED !!SUPPORTED_WindowsXP
  5338.             #endif
  5339.          
  5340.             EXPLAIN !!Themes_Disable_Color_Select_Help
  5341.             VALUENAME "NoColorChoice"
  5342.             END POLICY
  5343.  
  5344.             POLICY !!Themes_Load_Theme
  5345.             KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\System"
  5346.             #if version >= 4
  5347.             SUPPORTED !!SUPPORTED_WindowsXP
  5348.             #endif
  5349.          
  5350.             EXPLAIN !!Themes_Load_Theme_Help
  5351.     
  5352.             PART !!Themes_Name          EDITTEXT
  5353.                         VALUENAME "SetVisualStyle"
  5354.                 END PART
  5355.  
  5356.             PART !!Themes_Load_Tip1        TEXT    END PART
  5357.             PART !!Themes_Load_Tip2        TEXT    END PART
  5358.             PART !!Themes_Load_Tip3        TEXT    END PART
  5359.             PART !!Themes_Load_Tip4        TEXT    END PART
  5360.             PART !!Themes_Load_Tip5        TEXT    END PART
  5361.             PART !!Themes_Load_Tip6        TEXT    END PART
  5362.             PART !!Themes_Load_Tip7        TEXT    END PART
  5363.             PART !!Themes_Load_Tip8        TEXT    END PART
  5364.             END POLICY
  5365.  
  5366.     END CATEGORY ; Themes
  5367.     
  5368.     END CATEGORY ;Display
  5369.  
  5370.     CATEGORY !!Printers
  5371.     #if version >= 4
  5372.     EXPLAIN !!Printers_Help
  5373.     #endif
  5374.  
  5375.         KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
  5376.  
  5377.          POLICY !!IntranetPrintersUrl
  5378.             KEYNAME "Software\Policies\Microsoft\Windows NT\Printers\Wizard"
  5379.                 #if version >= 4
  5380.         SUPPORTED !!SUPPORTED_Win2k
  5381.         #endif
  5382.  
  5383.             EXPLAIN !!IntranetPrintersUrl_Help
  5384.  
  5385.             PART !!IntranetPrintersUrl_Tip1        TEXT    
  5386.             END PART
  5387.             PART !!IntranetPrintersUrl_Tip2        TEXT    
  5388.             END PART
  5389.             PART !!IntranetPrintersUrl_Tip3        TEXT    
  5390.             END PART
  5391.             PART !!IntranetPrintersUrl_Tip4        TEXT    
  5392.             END PART
  5393.             PART !!IntranetPrintersUrl_Tip5        TEXT    
  5394.             END PART
  5395.  
  5396.             PART !!IntranetPrintersUrl_Link        EDITTEXT   REQUIRED
  5397.                 VALUENAME "Printers Page URL"
  5398.                 MAXLEN 255
  5399.           END PART
  5400.         END POLICY
  5401.  
  5402.  
  5403.  
  5404.         POLICY !!DownlevelBrowse
  5405.             KEYNAME "Software\Policies\Microsoft\Windows NT\Printers\Wizard"
  5406.                 #if version >= 4
  5407.         SUPPORTED !!SUPPORTED_Win2k
  5408.         #endif
  5409.  
  5410.             EXPLAIN !!DownlevelBrowse_Help
  5411.  
  5412.             VALUENAME "Downlevel Browse"
  5413.               VALUEON NUMERIC 1
  5414.               VALUEOFF NUMERIC 0
  5415.         END POLICY
  5416.  
  5417.         POLICY !!PrinterDirectorySearchScope
  5418.             KEYNAME "Software\Policies\Microsoft\Windows NT\Printers\Wizard"
  5419.                 #if version >= 4
  5420.         SUPPORTED !!SUPPORTED_Win2k
  5421.         #endif
  5422.  
  5423.             EXPLAIN !!PrinterDirectorySearchScope_Help
  5424.  
  5425.             PART !!PrinterDirectorySearchScope_Name         EDITTEXT
  5426.                 VALUENAME "Default Search Scope"
  5427.                 MAXLEN 255
  5428.         END PART
  5429.  
  5430.         PART !!PrinterDirectorySearchScope_Tip1         TEXT    
  5431.             END PART
  5432.  
  5433.         END POLICY
  5434.  
  5435.     POLICY !!PointAndPrint_Restrictions
  5436.  
  5437.             KEYNAME "Software\Policies\Microsoft\Windows NT\Printers\PointAndPrint"
  5438.                 #if version >= 4
  5439.         SUPPORTED !!SUPPORTED_WindowsXPSP1
  5440.         #endif
  5441.  
  5442.             EXPLAIN !!PointAndPrint_Restrictions_Help
  5443.  
  5444.             VALUENAME "Restricted"
  5445.               VALUEON NUMERIC 1
  5446.               VALUEOFF NUMERIC 0
  5447.  
  5448.             PART !!PointAndPrint_TrustedForest_Chk           CHECKBOX   
  5449.                 VALUENAME "InForest"
  5450.                 VALUEON  NUMERIC 1
  5451.                 VALUEOFF NUMERIC 0
  5452.             END PART
  5453.  
  5454.             PART !!PointAndPrint_TrustedServers_Chk           CHECKBOX   
  5455.                 VALUENAME "TrustedServers"
  5456.                 VALUEON  NUMERIC 1
  5457.                 VALUEOFF NUMERIC 0
  5458.             END PART
  5459.  
  5460.             PART !!PointAndPrint_TrustedServers_Edit         EDITTEXT
  5461.                 VALUENAME "ServerList"
  5462.         END PART
  5463.  
  5464.         END POLICY
  5465.  
  5466.         POLICY !!NoAddPrinter 
  5467.                 #if version >= 4
  5468.         SUPPORTED !!SUPPORTED_Win2k
  5469.         #endif
  5470.  
  5471.             EXPLAIN !!NoAddPrinter_Help
  5472.         VALUENAME "NoAddPrinter"
  5473.         END POLICY
  5474.  
  5475.  
  5476.         POLICY !!NoDeletePrinter 
  5477.                 #if version >= 4
  5478.         SUPPORTED !!SUPPORTED_Win2k
  5479.         #endif
  5480.  
  5481.             EXPLAIN !!NoDeletePrinter_Help
  5482.         VALUENAME "NoDeletePrinter"
  5483.         END POLICY
  5484.  
  5485.  
  5486.      
  5487.  
  5488.     END CATEGORY ; Printers
  5489.  
  5490.     CATEGORY !!RegionalOptions
  5491.     #if version >= 4
  5492.     EXPLAIN !!RegionalOptions_Help
  5493.     #endif
  5494.  
  5495.           POLICY !!RestrictUILangSelect
  5496.          KEYNAME "Software\Policies\Microsoft\Control Panel\Desktop"     
  5497.                  #if version >= 4
  5498.         SUPPORTED !!SUPPORTED_Win2k
  5499.         #endif
  5500.  
  5501.              EXPLAIN !!RestrictUILangSelect_Help
  5502.          PART !!UILangSelect     DROPDOWNLIST NOSORT REQUIRED
  5503.          VALUENAME "MultiUILanguageID"
  5504.          ITEMLIST
  5505.             NAME !!UILang1        VALUE 00000409 DEFAULT
  5506.             NAME !!UILang2        VALUE 00000411 
  5507.             NAME !!UILang3        VALUE 00000412
  5508.             NAME !!UILang4        VALUE 00000407
  5509.             NAME !!UILang5        VALUE 00000804
  5510.             NAME !!UILang6        VALUE 00000404
  5511.             NAME !!UILang7        VALUE 0000040c    
  5512.             NAME !!UILang8        VALUE 00000c0a    
  5513.             NAME !!UILang9        VALUE 00000410    
  5514.             NAME !!UILang10       VALUE 0000041d    
  5515.             NAME !!UILang11       VALUE 00000413    
  5516.             NAME !!UILang12       VALUE 00000416    
  5517.             NAME !!UILang13       VALUE 0000040b    
  5518.             NAME !!UILang14       VALUE 00000414
  5519.             NAME !!UILang15       VALUE 00000406
  5520.             NAME !!UILang16       VALUE 0000040e
  5521.             NAME !!UILang17       VALUE 00000415
  5522.             NAME !!UILang18       VALUE 00000419
  5523.             NAME !!UILang19       VALUE 00000405
  5524.             NAME !!UILang20       VALUE 00000408
  5525.             NAME !!UILang21       VALUE 00000816
  5526.             NAME !!UILang22       VALUE 0000041f
  5527.             NAME !!UILang23       VALUE 00000401
  5528.             NAME !!UILang24       VALUE 0000040d
  5529.  
  5530.             END ITEMLIST
  5531.             END PART
  5532.     END POLICY
  5533.  
  5534.     END CATEGORY ;;RegionalOptions
  5535.  
  5536. END CATEGORY ;;cpl
  5537.  
  5538. CATEGORY  !!SharedFolders
  5539.     #if version >= 4
  5540.         EXPLAIN !!SharedFolders_Help
  5541.     #endif
  5542.  
  5543.     POLICY !!PublishSharedFolders
  5544.         KEYNAME "Software\Policies\Microsoft\Windows NT\SharedFolders"
  5545.         #if version >= 4
  5546.         SUPPORTED !!SUPPORTED_WindowsXP
  5547.         #endif
  5548.  
  5549.         EXPLAIN !!PublishSharedFolders_Help
  5550.         VALUENAME "PublishSharedFolders"
  5551.             VALUEON NUMERIC 1
  5552.             VALUEOFF NUMERIC 0
  5553.  
  5554.     END POLICY
  5555.  
  5556.     POLICY !!PublishDfsRoots
  5557.         KEYNAME "Software\Policies\Microsoft\Windows NT\SharedFolders"
  5558.         #if version >= 4
  5559.          SUPPORTED !!SUPPORTED_WindowsXP
  5560.         #endif
  5561.  
  5562.         EXPLAIN !!PublishDfsRoots_Help
  5563.         VALUENAME "PublishDfsRoots"
  5564.             VALUEON NUMERIC 1
  5565.             VALUEOFF NUMERIC 0
  5566.  
  5567.     END POLICY
  5568.  
  5569. END CATEGORY  ; SharedFolders
  5570.  
  5571. CATEGORY !!Network
  5572.     #if version >= 4
  5573.     EXPLAIN !!Network_Help
  5574.     #endif
  5575.  
  5576.     CATEGORY !!Cat_OfflineFiles
  5577.     #if version >= 4
  5578.     EXPLAIN !!Cat_OfflineFiles_Help
  5579.     #endif
  5580.  
  5581.     KEYNAME "Software\Policies\Microsoft\Windows\NetCache"
  5582.  
  5583.         POLICY !!Pol_NoConfigCache
  5584.                  #if version >= 4
  5585.         SUPPORTED !!SUPPORTED_Win2k
  5586.         #endif
  5587.  
  5588.         EXPLAIN !!Pol_NoConfigCache_Help
  5589.          VALUENAME "NoConfigCache"
  5590.  
  5591.         PART !!Lbl_NoConfigCacheHelp1       TEXT    
  5592.         END PART
  5593.     END POLICY
  5594.  
  5595.     POLICY !!Pol_SyncAtLogon
  5596.             #if version >= 4
  5597.         SUPPORTED !!SUPPORTED_Win2k
  5598.         #endif
  5599.  
  5600.             EXPLAIN !!Pol_SyncAtLogon_Help
  5601.             VALUENAME "SyncAtLogon"
  5602.         VALUEON  NUMERIC 1
  5603.         VALUEOFF NUMERIC 0
  5604.  
  5605.     END POLICY
  5606.  
  5607.  
  5608.  
  5609.         POLICY !!Pol_SyncAtLogoff
  5610.            #if version >= 4
  5611.         SUPPORTED !!SUPPORTED_Win2k
  5612.         #endif
  5613.  
  5614.             EXPLAIN !!Pol_SyncAtLogoff_Help
  5615.             VALUENAME "SyncAtLogoff"
  5616.         VALUEON  NUMERIC 1
  5617.         VALUEOFF NUMERIC 0
  5618.  
  5619.         END POLICY
  5620.  
  5621.  
  5622.     POLICY !!Pol_SyncAtSuspend
  5623.              
  5624.         #if version >= 4
  5625.             SUPPORTED !!SUPPORTED_Win2k
  5626.             #endif
  5627.  
  5628.             EXPLAIN !!Pol_SyncAtSuspend_Help
  5629.     
  5630.             PART !!Lbl_SyncAtSuspendHelp1     TEXT   
  5631.         END PART
  5632.             PART !!Blank                        TEXT    
  5633.         END PART
  5634.  
  5635.             PART !!Lbl_SyncAtSuspendCombo     DROPDOWNLIST REQUIRED
  5636.         VALUENAME "SyncAtSuspend"
  5637.             ITEMLIST
  5638.             NAME !!Lbl_QuickSync            VALUE NUMERIC 0 DEFAULT
  5639.             NAME !!Lbl_FullSync             VALUE NUMERIC 1
  5640.             END ITEMLIST
  5641.             END PART
  5642.         END POLICY
  5643.  
  5644.  
  5645.         POLICY !!Pol_GoOfflineAction
  5646.             #if version >= 4
  5647.         SUPPORTED !!SUPPORTED_Win2k
  5648.         #endif
  5649.  
  5650.         EXPLAIN !!Pol_GoOfflineAction_Help
  5651.  
  5652.         PART !!Lbl_GoOfflineActionHelp1     TEXT    
  5653.             END PART
  5654.         PART !!Lbl_GoOfflineActionHelp2     TEXT    
  5655.         END PART
  5656.         PART !!Blank                        TEXT    
  5657.         END PART
  5658.  
  5659.         PART !!Lbl_GoOfflineActionCombo     DROPDOWNLIST REQUIRED
  5660.         VALUENAME "GoOfflineAction"
  5661.                 ITEMLIST
  5662.             NAME !!Lbl_WorkOffline      VALUE NUMERIC 0 DEFAULT
  5663.                 NAME !!Lbl_Fail             VALUE NUMERIC 1
  5664.         END ITEMLIST
  5665.         END PART
  5666.  
  5667.             PART !!Blank                        TEXT    
  5668.         END PART
  5669.         PART !!Lbl_GoOfflineActionHelp3     TEXT    
  5670.         END PART
  5671.         PART !!Lbl_GoOfflineActionHelp4     TEXT    
  5672.         END PART
  5673.         END POLICY
  5674.  
  5675.         POLICY !!Pol_CustomGoOfflineActions
  5676.         KEYNAME "Software\Policies\Microsoft\Windows\NetCache\CustomGoOfflineActions"
  5677.              #if version >= 4
  5678.         SUPPORTED !!SUPPORTED_Win2k
  5679.         #endif
  5680.  
  5681.             EXPLAIN !!Pol_CustomGoOfflineActions_Help
  5682.         
  5683.             PART !!Lbl_CustomGoOfflineActionsHelp1  TEXT   
  5684.             END PART
  5685.             PART !!Lbl_CustomGoOfflineActionsHelp2  TEXT   
  5686.             END PART
  5687.             PART !!Blank                            TEXT   
  5688.             END PART
  5689.  
  5690.              PART !!Lbl_CustomGoOfflineActionsList   LISTBOX EXPLICITVALUE 
  5691.             END PART
  5692.  
  5693.             PART !!Lbl_CustomGoOfflineActionsHelp3  TEXT   
  5694.             END PART
  5695.             PART !!Lbl_CustomGoOfflineActionsHelp4  TEXT   
  5696.             END PART
  5697.             PART !!Lbl_CustomGoOfflineActionsHelp5  TEXT   
  5698.             END PART
  5699.         END POLICY
  5700.  
  5701.         POLICY !!Pol_NoMakeAvailableOffline
  5702.           #if version >= 4
  5703.         SUPPORTED !!SUPPORTED_Win2k
  5704.         #endif
  5705.  
  5706.         EXPLAIN !!Pol_NoMakeAvailableOffline_Help
  5707.  
  5708.             VALUENAME "NoMakeAvailableOffline"
  5709.  
  5710.         END POLICY
  5711.  
  5712.         POLICY !!Pol_NoCacheViewer
  5713.             #if version >= 4
  5714.         SUPPORTED !!SUPPORTED_Win2k
  5715.         #endif
  5716.  
  5717.             EXPLAIN !!Pol_NoCacheViewer_Help
  5718.             VALUENAME "NoCacheViewer"
  5719.  
  5720.         END POLICY
  5721.  
  5722.     POLICY !!Pol_AssignedOfflineFiles
  5723.             KEYNAME "Software\Policies\Microsoft\Windows\NetCache\AssignedOfflineFolders"
  5724.              #if version >= 4
  5725.         SUPPORTED !!SUPPORTED_Win2k
  5726.         #endif
  5727.  
  5728.             EXPLAIN !!Pol_AssignedOfflineFiles_Help
  5729.  
  5730.             PART !!Lbl_AssignedOfflineFilesHelp1    TEXT    
  5731.             END PART
  5732.                 PART !!Lbl_AssignedOfflineFilesHelp2    TEXT    
  5733.             END PART
  5734.                 PART !!Lbl_AssignedOfflineFilesHelp3    TEXT    
  5735.             END PART
  5736.  
  5737.             PART !!Blank                            TEXT    
  5738.             END PART
  5739.         
  5740.             PART !!Lbl_AssignedOfflineFilesList   LISTBOX EXPLICITVALUE ADDITIVE
  5741.             END PART
  5742.         END POLICY
  5743.  
  5744.         POLICY !!Pol_NoReminders
  5745.              #if version >= 4
  5746.         SUPPORTED !!SUPPORTED_Win2k
  5747.         #endif
  5748.  
  5749.             EXPLAIN !!Pol_NoReminders_Help
  5750.             VALUENAME "NoReminders"
  5751.             VALUEON  NUMERIC 1
  5752.             VALUEOFF NUMERIC 0
  5753.  
  5754.         END POLICY
  5755.  
  5756.         POLICY !!Pol_ReminderFreq
  5757.               #if version >= 4
  5758.         SUPPORTED !!SUPPORTED_Win2k
  5759.         #endif
  5760.  
  5761.             EXPLAIN !!Pol_ReminderFreq_Help
  5762.  
  5763.             PART !!Lbl_ReminderFreqHelp1  TEXT    
  5764.             END PART
  5765.             PART !!Blank                  TEXT    
  5766.             END PART
  5767.  
  5768.             PART !!Lbl_ReminderFreqSpin         NUMERIC DEFAULT 60 
  5769.         MIN 0 MAX 1440 SPIN 10
  5770.             VALUENAME "ReminderFreqMinutes"
  5771.             END PART
  5772.         END POLICY
  5773.  
  5774.         POLICY !!Pol_ReminderInitTimeout
  5775.             #if version >= 4
  5776.         SUPPORTED !!SUPPORTED_Win2k
  5777.         #endif
  5778.  
  5779.             EXPLAIN !!Pol_ReminderInitTimeout_Help
  5780.  
  5781.             PART !!Lbl_ReminderInitTimeoutHelp1  TEXT    
  5782.             END PART
  5783.             PART !!Lbl_ReminderInitTimeoutHelp2  TEXT    
  5784.             END PART
  5785.             PART !!Blank                         TEXT    
  5786.             END PART
  5787.  
  5788.             PART !!Lbl_ReminderInitTimeoutSpin   NUMERIC DEFAULT 30
  5789.         MIN 10 MAX 60 SPIN 1
  5790.             VALUENAME "InitialBalloonTimeoutSeconds"
  5791.             END PART
  5792.         END POLICY
  5793.  
  5794.         POLICY !!Pol_ReminderTimeout
  5795.              #if version >= 4
  5796.         SUPPORTED !!SUPPORTED_Win2k
  5797.         #endif
  5798.  
  5799.             EXPLAIN !!Pol_ReminderTimeout_Help
  5800.  
  5801.             PART !!Lbl_ReminderTimeoutHelp1  TEXT    
  5802.             END PART
  5803.             PART !!Lbl_ReminderTimeoutHelp2  TEXT    
  5804.             END PART
  5805.             PART !!Blank                     TEXT    
  5806.             END PART
  5807.  
  5808.             PART !!Lbl_ReminderTimeoutSpin   NUMERIC DEFAULT 15 
  5809.                 MIN 10 MAX 60 SPIN 1
  5810.             VALUENAME "ReminderBalloonTimeoutSeconds"
  5811.             END PART
  5812.         END POLICY
  5813.  
  5814.         POLICY !!Pol_EventLoggingLevel
  5815.              #if version >= 4
  5816.         SUPPORTED !!SUPPORTED_Win2k
  5817.         #endif
  5818.  
  5819.              EXPLAIN !!Pol_EventLoggingLevel_Help
  5820.             PART !!Blank              TEXT    
  5821.             END PART
  5822.  
  5823.             PART !!Lbl_EventLoggingLevelSpin   NUMERIC DEFAULT  0
  5824.         MIN 0 MAX 3 SPIN 1
  5825.             VALUENAME "EventLoggingLevel"
  5826.             END PART
  5827.  
  5828.             PART !!Blank              TEXT    
  5829.             END PART
  5830.             PART !!Lbl_EventLoggingLevelHelp1  TEXT    
  5831.             END PART
  5832.             PART !!Lbl_EventLoggingLevelHelp2  TEXT    
  5833.             END PART
  5834.             PART !!Lbl_EventLoggingLevelHelp3  TEXT    
  5835.             END PART
  5836.             PART !!Lbl_EventLoggingLevelHelp4  TEXT    
  5837.             END PART
  5838.         END POLICY
  5839.  
  5840.     POLICY !!Pol_NoPinFiles
  5841.         KEYNAME "Software\Policies\Microsoft\Windows\NetCache\NoMakeAvailableOfflineList"
  5842.         #if version >= 4
  5843.             SUPPORTED !!SUPPORTED_WindowsXP
  5844.         #endif
  5845.     
  5846.         EXPLAIN !!Pol_NoPinFiles_Help
  5847.  
  5848.         PART !!Lbl_NoPinFilesHelp1    TEXT    
  5849.             END PART
  5850.  
  5851.             PART !!Blank                  TEXT    
  5852.             END PART
  5853.         
  5854.         PART !!Lbl_NoPinFilesList   LISTBOX EXPLICITVALUE ADDITIVE
  5855.         END PART
  5856.         
  5857.     END POLICY
  5858.  
  5859.     POLICY !!DisableFRAdminPin
  5860.          #if version >= 4
  5861.           SUPPORTED !!SUPPORTED_Win2k
  5862.          #endif
  5863.  
  5864.         EXPLAIN !!DisableFRAdminPin_Help
  5865.           VALUENAME "DisableFRAdminPin"
  5866.           VALUEON  NUMERIC 1
  5867.           VALUEOFF NUMERIC 0
  5868.  
  5869.     END POLICY
  5870.  
  5871.  
  5872.     END CATEGORY   ; Cat_OfflineFiles
  5873.  
  5874.  
  5875.     CATEGORY !!NetworkConnections    ;user
  5876.     #if version >= 4
  5877.     EXPLAIN !!NetworkConnections_User_Help
  5878.     #endif
  5879.  
  5880.         KEYNAME "Software\Policies\Microsoft\Windows\Network Connections"
  5881.  
  5882.         POLICY !!NC_RenameConnection
  5883.           #if version >= 4
  5884.           SUPPORTED !!SUPPORTED_Win2kSP1
  5885.         #endif
  5886.  
  5887.  
  5888.             EXPLAIN !!NC_RenameConnection_Help
  5889.             VALUENAME "NC_RenameConnection"
  5890.             VALUEON     NUMERIC 1 
  5891.         VALUEOFF    NUMERIC 0
  5892.         END POLICY
  5893.  
  5894.         POLICY !!NC_LanChangeProperties
  5895.           #if version >= 4
  5896.           SUPPORTED !!SUPPORTED_Win2kSP1
  5897.         #endif
  5898.  
  5899.             EXPLAIN !!NC_LanChangeProperties_Help
  5900.             VALUENAME "NC_LanChangeProperties"
  5901.             VALUEON     NUMERIC 0 
  5902.         VALUEOFF    NUMERIC 1
  5903.         END POLICY
  5904.  
  5905.         POLICY !!NC_RasChangeProperties
  5906.           #if version >= 4
  5907.           SUPPORTED !!SUPPORTED_Win2kSP1
  5908.         #endif
  5909.  
  5910.  
  5911.             EXPLAIN !!NC_RasChangeProperties_Help
  5912.             VALUENAME "NC_RasChangeProperties"
  5913.             VALUEON     NUMERIC 0 
  5914.         VALUEOFF    NUMERIC 1
  5915.         END POLICY
  5916.  
  5917.         POLICY !!NC_AllowAdvancedTCPIPConfig
  5918.           #if version >= 4
  5919.           SUPPORTED !!SUPPORTED_Win2kSP1
  5920.         #endif
  5921.  
  5922.  
  5923.             EXPLAIN !!NC_AllowAdvancedTCPIPConfig_Help
  5924.             VALUENAME "NC_AllowAdvancedTCPIPConfig"
  5925.                 VALUEON         NUMERIC 0 
  5926.                 VALUEOFF        NUMERIC 1
  5927.         END POLICY
  5928.  
  5929.     POLICY !!NC_AdvancedSettings
  5930.           #if version >= 4
  5931.           SUPPORTED !!SUPPORTED_Win2kSP1
  5932.         #endif
  5933.  
  5934.             EXPLAIN !!NC_AdvancedSettings_Help
  5935.             VALUENAME "NC_AdvancedSettings"
  5936.             VALUEON     NUMERIC 0 
  5937.     VALUEOFF    NUMERIC 1
  5938.         END POLICY
  5939.  
  5940.         POLICY !!NC_AddRemoveComponents
  5941.           #if version >= 4
  5942.           SUPPORTED !!SUPPORTED_Win2kSP1
  5943.         #endif
  5944.  
  5945.             EXPLAIN !!NC_AddRemoveComponents_Help
  5946.             VALUENAME "NC_AddRemoveComponents"
  5947.                 VALUEON      NUMERIC 0 
  5948.                 VALUEOFF    NUMERIC 1
  5949.         END POLICY
  5950.  
  5951.         POLICY !!NC_LanProperties
  5952.           #if version >= 4
  5953.           SUPPORTED !!SUPPORTED_Win2kSP1
  5954.         #endif
  5955.  
  5956.             EXPLAIN !!NC_LanProperties_Help
  5957.             VALUENAME "NC_LanProperties"
  5958.             VALUEON     NUMERIC 0 
  5959.     VALUEOFF    NUMERIC 1
  5960.         END POLICY
  5961.  
  5962.         POLICY !!NC_ChangeBindState
  5963.           #if version >= 4
  5964.           SUPPORTED !!SUPPORTED_Win2kSP1
  5965.         #endif
  5966.  
  5967.             EXPLAIN !!NC_ChangeBindState_Help
  5968.                 VALUENAME "NC_ChangeBindState"
  5969.             VALUEON     NUMERIC 0 
  5970.     VALUEOFF    NUMERIC 1
  5971.         END POLICY
  5972.  
  5973.         POLICY !!NC_RasAllUserProperties
  5974.           #if version >= 4
  5975.           SUPPORTED !!SUPPORTED_Win2kSP1
  5976.         #endif
  5977.  
  5978.  
  5979.             EXPLAIN !!NC_RasAllUserProperties_Help
  5980.             VALUENAME "NC_RasAllUserProperties"
  5981.             VALUEON      NUMERIC 1 
  5982.         VALUEOFF     NUMERIC 0
  5983.         END POLICY
  5984.  
  5985.         POLICY !!NC_RasMyProperties
  5986.           #if version >= 4
  5987.           SUPPORTED !!SUPPORTED_Win2kSP1
  5988.         #endif
  5989.  
  5990.  
  5991.             EXPLAIN !!NC_RasMyProperties_Help
  5992.             VALUENAME "NC_RasMyProperties"
  5993.             VALUEON      NUMERIC 0 
  5994.         VALUEOFF     NUMERIC 1
  5995.         END POLICY
  5996.  
  5997.         POLICY !!NC_DeleteConnection
  5998.           #if version >= 4
  5999.           SUPPORTED !!SUPPORTED_Win2kSP1
  6000.         #endif
  6001.  
  6002.  
  6003.             EXPLAIN !!NC_DeleteConnection_Help
  6004.             VALUENAME "NC_DeleteConnection"
  6005.             VALUEON     NUMERIC 0 
  6006.         VALUEOFF   NUMERIC 1
  6007.         END POLICY
  6008.  
  6009.         POLICY !!NC_DeleteAllUserConnection
  6010.           #if version >= 4
  6011.           SUPPORTED !!SUPPORTED_Win2kSP1
  6012.         #endif
  6013.  
  6014.  
  6015.             EXPLAIN !!NC_DeleteAllUserConnection_Help
  6016.             VALUENAME "NC_DeleteAllUserConnection"
  6017.                 VALUEON         NUMERIC 1
  6018.                 VALUEOFF        NUMERIC 0
  6019.         END POLICY
  6020.  
  6021.         POLICY !!NC_RasConnect
  6022.           #if version >= 4
  6023.           SUPPORTED !!SUPPORTED_Win2kSP1
  6024.         #endif
  6025.  
  6026.             EXPLAIN !!NC_RasConnect_Help
  6027.             VALUENAME "NC_RasConnect"
  6028.             VALUEON     NUMERIC 0 
  6029.         VALUEOFF   NUMERIC 1
  6030.         END POLICY
  6031.  
  6032.         POLICY !!NC_LanConnect
  6033.           #if version >= 4
  6034.           SUPPORTED !!SUPPORTED_Win2kSP1
  6035.         #endif
  6036.  
  6037.             EXPLAIN !!NC_LanConnect_Help
  6038.             VALUENAME "NC_LanConnect"
  6039.             VALUEON      NUMERIC 1 
  6040.         VALUEOFF    NUMERIC 0
  6041.         END POLICY
  6042.  
  6043.         POLICY !!NC_NewConnectionWizard
  6044.           #if version >= 4
  6045.           SUPPORTED !!SUPPORTED_Win2kSP1
  6046.         #endif
  6047.  
  6048.             EXPLAIN !!NC_NewConnectionWizard_Help
  6049.             VALUENAME "NC_NewConnectionWizard"
  6050.                 VALUEON     NUMERIC 0 
  6051.                 VALUEOFF    NUMERIC 1
  6052.         END POLICY
  6053.  
  6054.         POLICY !!NC_RenameLanConnection
  6055.           #if version >= 4
  6056.           SUPPORTED !!SUPPORTED_WindowsXP
  6057.         #endif
  6058.  
  6059.  
  6060.             EXPLAIN !!NC_RenameLanConnection_Help
  6061.             VALUENAME "NC_RenameLanConnection"
  6062.                 VALUEON     NUMERIC 1 
  6063.                 VALUEOFF    NUMERIC 0
  6064.         END POLICY
  6065.  
  6066.         POLICY !!NC_RenameAllUserRasConnection
  6067.           #if version >= 4
  6068.           SUPPORTED !!SUPPORTED_WindowsXP
  6069.         #endif
  6070.  
  6071.  
  6072.             EXPLAIN !!NC_RenameAllUserRasConnection_Help
  6073.             VALUENAME "NC_RenameAllUserRasConnection"
  6074.                 VALUEON     NUMERIC 1 
  6075.                 VALUEOFF    NUMERIC 0
  6076.         END POLICY
  6077.  
  6078.         POLICY !!NC_RenameMyRasConnection
  6079.           #if version >= 4
  6080.           SUPPORTED !!SUPPORTED_Win2kSP1
  6081.         #endif
  6082.  
  6083.  
  6084.            EXPLAIN !!NC_RenameMyRasConnection_Help
  6085.            VALUENAME "NC_RenameMyRasConnection"
  6086.             VALUEON     NUMERIC 0 
  6087.         VALUEOFF    NUMERIC 1
  6088.         END POLICY
  6089.  
  6090.         POLICY !!NC_DialupPrefs
  6091.  
  6092.           #if version >= 4
  6093.           SUPPORTED !!SUPPORTED_Win2kSP1
  6094.         #endif
  6095.  
  6096.  
  6097.             EXPLAIN !!NC_DialupPrefs_Help
  6098.             VALUENAME "NC_DialupPrefs"
  6099.             VALUEON     NUMERIC 0 
  6100.         VALUEOFF    NUMERIC 1
  6101.         END POLICY
  6102.  
  6103.         POLICY !!NC_Statistics
  6104.           #if version >= 4
  6105.           SUPPORTED !!SUPPORTED_Win2kSP1
  6106.         #endif
  6107.  
  6108.  
  6109.             EXPLAIN !!NC_Statistics_Help
  6110.             VALUENAME "NC_Statistics"
  6111.             VALUEON     NUMERIC 0 
  6112.         VALUEOFF    NUMERIC 1
  6113.         END POLICY
  6114.  
  6115.         POLICY !!NC_EnableAdminProhibits
  6116.  
  6117.           #if version >= 4
  6118.           SUPPORTED !!SUPPORTED_WindowsxP
  6119.         #endif
  6120.  
  6121.  
  6122.             EXPLAIN !!NC_EnableAdminProhibits_Help
  6123.             VALUENAME "NC_EnableAdminProhibits"
  6124.             VALUEON     NUMERIC 1 
  6125.         VALUEOFF    NUMERIC 0
  6126.         END POLICY
  6127.     
  6128.     END CATEGORY  ;NetworkConnections
  6129.    
  6130. END CATEGORY  ;Network
  6131.  
  6132. CATEGORY !!AdministrativeServices
  6133.     #if version >= 4
  6134.        EXPLAIN !!AdministrativeServices_Help
  6135.     #endif
  6136.  
  6137.    POLICY !!NoWelcomeTips
  6138.     KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
  6139.     #if version >= 4
  6140.     SUPPORTED !!SUPPORTED_Win2kOnly
  6141.     #endif
  6142.     EXPLAIN !!NoWelcomeTips_Help 
  6143.            VALUENAME "NoWelcomeScreen"
  6144.         END POLICY
  6145.  
  6146.  
  6147.     POLICY !!Y2K
  6148.     KEYNAME "Software\Policies\Microsoft\Control Panel\International\Calendars\TwoDigitYearMax"
  6149.     #if version >= 4
  6150.     SUPPORTED !!SUPPORTED_Win2k
  6151.     #endif
  6152.  
  6153.     EXPLAIN !!Y2K_Help
  6154.  
  6155.         PART !!Y2KSysCtrl   TEXT    
  6156.     END PART 
  6157.         PART !!Y2KYear    NUMERIC
  6158.             VALUENAME "1"
  6159.         MIN 2001 MAX 2099 DEFAULT 2029
  6160.         TXTCONVERT
  6161.     END PART
  6162.     END POLICY
  6163.  
  6164.     POLICY !!DriverSearchPlaces
  6165.         KEYNAME Software\Policies\Microsoft\Windows\DriverSearching
  6166.         #if version >= 4
  6167.         SUPPORTED !!SUPPORTED_WindowsXP
  6168.         #endif
  6169.  
  6170.         EXPLAIN !!DriverSearchPlaces_Help
  6171.  
  6172.         PART !!DriverSearchPlaces_Floppies         CHECKBOX 
  6173.             VALUENAME "DontSearchFloppies"
  6174.         END PART
  6175.  
  6176.         PART !!DriverSearchPlaces_CD             CHECKBOX 
  6177.             VALUENAME "DontSearchCD"
  6178.         END PART
  6179.  
  6180.         PART !!DriverSearchPlaces_WindowsUpdate    CHECKBOX 
  6181.             VALUENAME "DontSearchWindowsUpdate"
  6182.         END PART
  6183.     END POLICY
  6184.         
  6185.     POLICY !!DriverSigning
  6186.     KEYNAME "Software\Policies\Microsoft\Windows NT\Driver Signing"
  6187.         #if version >= 4
  6188.     SUPPORTED !!SUPPORTED_Win2k
  6189.     #endif
  6190.  
  6191.       EXPLAIN !!DriverSigning_Help
  6192.  
  6193.       PART !!DriverSigningOp     DROPDOWNLIST  NOSORT
  6194.         VALUENAME "BehaviorOnFailedVerify"
  6195.             ITEMLIST
  6196.                 NAME !!DriverSign_None      VALUE NUMERIC  0
  6197.                 NAME !!DriverSign_Warn      VALUE NUMERIC  1 DEFAULT
  6198.                 NAME !!DriverSign_Block     VALUE NUMERIC  2
  6199.              END ITEMLIST
  6200.         END PART
  6201.     END POLICY
  6202.  
  6203.     POLICY !!ShellName
  6204.     KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\System"
  6205.     #if version >= 4
  6206.     SUPPORTED !!SUPPORTED_Win2k
  6207.     #endif
  6208.  
  6209.       EXPLAIN !!ShellName_Help
  6210.  
  6211.       PART !!ShellNameInst         EDITTEXT REQUIRED
  6212.           VALUENAME "Shell"
  6213.        END PART
  6214.     END POLICY
  6215.  
  6216.     POLICY !!DisableCMD
  6217.       KEYNAME "Software\Policies\Microsoft\Windows\System"
  6218.     #if version >= 4
  6219.     SUPPORTED !!SUPPORTED_Win2k
  6220.     #endif
  6221.  
  6222.         EXPLAIN !!DisableCMD_Help
  6223.  
  6224.         PART !!DisableCMDScripts     DROPDOWNLIST  NOSORT
  6225.          VALUENAME "DisableCMD"
  6226.          ITEMLIST
  6227.              NAME !!DisableCMD_YES    VALUE NUMERIC  1 
  6228.              NAME !!DisableCMD_NO     VALUE NUMERIC  2 DEFAULT
  6229.           END ITEMLIST
  6230.     END PART
  6231.     END POLICY
  6232.  
  6233.     POLICY !!DisableRegedit
  6234.         KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\System"
  6235.     #if version >= 4
  6236.     SUPPORTED !!SUPPORTED_Win2k
  6237.     #endif
  6238.  
  6239.         EXPLAIN !!DisableRegedit_Help
  6240.         VALUENAME "DisableRegistryTools"
  6241.     END POLICY
  6242.  
  6243.     POLICY !!RestrictApps
  6244.     KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
  6245.     #if version >= 4
  6246.     SUPPORTED !!SUPPORTED_Win2k
  6247.     #endif
  6248.  
  6249.       EXPLAIN !!RestrictApps_Help
  6250.     VALUENAME "RestrictRun"
  6251.  
  6252.     PART !!RestrictAppsList LISTBOX
  6253.             KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\RestrictRun"
  6254.         VALUEPREFIX ""
  6255.     END PART
  6256.  
  6257.     END POLICY
  6258.  
  6259.     POLICY !!DisallowApps
  6260.     KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
  6261.     #if version >= 4
  6262.     SUPPORTED !!SUPPORTED_Win2k
  6263.     #endif
  6264.  
  6265.     EXPLAIN !!DisallowApps_Help
  6266.     VALUENAME "DisallowRun"
  6267.  
  6268.     PART !!DisallowAppsList LISTBOX
  6269.             KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\DisallowRun"
  6270.         VALUEPREFIX ""
  6271.     END PART
  6272.  
  6273.     END POLICY 
  6274.  
  6275.     POLICY !!Autorun
  6276.          KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
  6277.     #if version >= 4
  6278.     SUPPORTED !!SUPPORTED_Win2k
  6279.     #endif
  6280.  
  6281.     EXPLAIN !!Autorun_Help
  6282.         PART !!Autorun_Box          DROPDOWNLIST REQUIRED
  6283.             VALUENAME "NoDriveTypeAutoRun"
  6284.         ITEMLIST
  6285.                    NAME !!Autorun_NoCD        VALUE NUMERIC 181  DEFAULT
  6286.         NAME !!Autorun_None       VALUE NUMERIC 255
  6287.             END ITEMLIST
  6288.         END PART
  6289.     END POLICY
  6290.  
  6291.     POLICY !!RestrictRunFromHelp
  6292.     #if version >= 4
  6293.     SUPPORTED !!SUPPORTED_WindowsXP
  6294.     #endif
  6295.  
  6296.       KEYNAME "Software\Policies\Microsoft\Windows\System" 
  6297.       EXPLAIN !!RestrictRunFromHelp_Help
  6298.  
  6299.       PART !!RestrictRunFromHelp_Edit EDITTEXT REQUIRED
  6300.                 VALUENAME "DisableInHelp"
  6301.       END PART
  6302.  
  6303.       PART !!RestrictRunFromHelp_Example TEXT
  6304.       END PART
  6305.  
  6306.     END POLICY
  6307.  
  6308.     POLICY !!AppMgmt_COM_SearchForCLSID
  6309.             KEYNAME "Software\Policies\Microsoft\Windows\App Management"
  6310.         #if version >= 4
  6311.         SUPPORTED !!SUPPORTED_Win2k
  6312.         #endif
  6313.  
  6314.             EXPLAIN !!AppMgmt_COM_SearchForCLSID_Help
  6315.             VALUENAME "COMClassStore"
  6316.     END POLICY
  6317.  
  6318.     POLICY !!NoAutoUpdate
  6319.             KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
  6320.           #if version >= 4
  6321.         SUPPORTED !!SUPPORTED_WindowsXP
  6322.           #endif
  6323.  
  6324.             EXPLAIN !!NoAutoUpdate_Help
  6325.             VALUENAME "NoAutoUpdate"
  6326.             VALUEON NUMERIC 1
  6327.             VALUEOFF NUMERIC 0
  6328.     END POLICY
  6329.  
  6330.     CATEGORY !!UserProfiles
  6331.     #if version >= 4
  6332.     EXPLAIN !!UserProfiles_Help
  6333.     #endif
  6334.  
  6335.     POLICY !!Connect_HomeDir_ToRoot
  6336.             KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\System"
  6337.             #if version >= 4
  6338.         SUPPORTED !!SUPPORTED_Win2k
  6339.         #endif
  6340.  
  6341.             EXPLAIN !!Connect_HomeDir_ToRoot_Explain
  6342.             VALUENAME "ConnectHomeDirToRoot"
  6343.                 VALUEON    NUMERIC 1
  6344.                 VALUEOFF  NUMERIC 0
  6345.         END POLICY
  6346.  
  6347.         POLICY !!LimitSize
  6348.             KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\System"
  6349.             #if version >= 4
  6350.         SUPPORTED !!SUPPORTED_Win2k
  6351.         #endif
  6352.  
  6353.             EXPLAIN !!LimitSize_Help
  6354.             VALUENAME "EnableProfileQuota"
  6355.  
  6356.             PART !!SizeMessage                   EDITTEXT
  6357.                DEFAULT !!DefaultSizeMessage
  6358.                 VALUENAME "ProfileQuotaMessage"
  6359.             END PART
  6360.  
  6361.             PART !!ProfileSize                   NUMERIC REQUIRED SPIN 100
  6362.                 VALUENAME "MaxProfileSize"
  6363.                     DEFAULT 30000
  6364.                     MAX    30000
  6365.                     MIN    300
  6366.             END PART
  6367.  
  6368.             PART !!IncludeRegInProQuota          CHECKBOX
  6369.                 VALUENAME "IncludeRegInProQuota"
  6370.             END PART
  6371.  
  6372.             PART !!WarnUser                      CHECKBOX
  6373.                 VALUENAME "WarnUser"
  6374.             END PART
  6375.  
  6376.             PART !!WarnUserTimeout               NUMERIC REQUIRED SPIN 5
  6377.                 VALUENAME "WarnUserTimeout"
  6378.                 DEFAULT 15
  6379.                 MIN    0
  6380.             END PART
  6381.         END POLICY
  6382.  
  6383.         POLICY !!ExcludeDirectories
  6384.             KEYNAME "Software\Policies\Microsoft\Windows\System"
  6385.             #if version >= 4
  6386.         SUPPORTED !!SUPPORTED_Win2k
  6387.         #endif
  6388.  
  6389.             EXPLAIN !!ExcludeDirectories_Help
  6390.  
  6391.             PART !!ExcludeMessage                EDITTEXT
  6392.             VALUENAME "ExcludeProfileDirs"
  6393.             MAXLEN 260
  6394.             END PART
  6395.  
  6396.             PART !!Exclude_Tip1                  TEXT  
  6397.             END PART
  6398.             PART !!Exclude_Tip2                  TEXT  
  6399.             END PART
  6400.         END POLICY
  6401.  
  6402.        
  6403.     END CATEGORY  ;  User Profiles
  6404.  
  6405.     CATEGORY !!Scripts
  6406.     #if version >= 4
  6407.     EXPLAIN !!Scripts_Help
  6408.     #endif
  6409.         POLICY !!Run_Logon_Script_Sync
  6410.             KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\System"
  6411.             #if version >= 4
  6412.         SUPPORTED !!SUPPORTED_Win2k
  6413.         #endif
  6414.  
  6415.             EXPLAIN !!Run_Logon_Script_Sync_Help
  6416.             VALUENAME "RunLogonScriptSync"
  6417.         END POLICY
  6418.  
  6419.         POLICY !!Run_Legacy_Logon_Script_Hidden
  6420.             KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\System"
  6421.             #if version >= 4
  6422.         SUPPORTED !!SUPPORTED_Win2k
  6423.         #endif
  6424.  
  6425.             EXPLAIN !!Run_Legacy_Logon_Script_Hidden_Explain
  6426.             VALUENAME "HideLegacyLogonScripts"
  6427.                 VALUEON     NUMERIC 1
  6428.                 VALUEOFF   NUMERIC 0
  6429.         END POLICY
  6430.  
  6431.         POLICY !!Run_Logon_Script_Visible
  6432.             KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\System"
  6433.             #if version >= 4
  6434.         SUPPORTED !!SUPPORTED_Win2k
  6435.         #endif
  6436.  
  6437.             EXPLAIN !!Run_Logon_Script_Visible_Explain
  6438.             VALUENAME "HideLogonScripts"
  6439.                 VALUEON     NUMERIC 0
  6440.                 VALUEOFF    NUMERIC 1
  6441.         END POLICY
  6442.  
  6443.         POLICY !!Run_Logoff_Script_Visible
  6444.             KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\System"
  6445.             #if version >= 4
  6446.         SUPPORTED !!SUPPORTED_Win2k
  6447.         #endif
  6448.  
  6449.             EXPLAIN !!Run_Logoff_Script_Visible_Explain
  6450.             VALUENAME "HideLogoffScripts"
  6451.                 VALUEON    NUMERIC 0
  6452.                 VALUEOFF  NUMERIC 1
  6453.         END POLICY
  6454.  
  6455.     END CATEGORY  ; Scripts
  6456.  
  6457.     CATEGORY !!CADOptions
  6458.     #if version >= 4
  6459.     EXPLAIN !!CADOptions_Help
  6460.     #endif
  6461.  
  6462.         KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\System"
  6463.  
  6464.     POLICY !!DisableTaskMgr    
  6465.             #if version >= 4
  6466.         SUPPORTED !!SUPPORTED_Win2k
  6467.         #endif
  6468.  
  6469.             EXPLAIN !!DisableTaskMgr_Help
  6470.             VALUENAME "DisableTaskMgr"
  6471.         END POLICY
  6472.  
  6473.         POLICY !!DisableLockComputer     
  6474.             #if version >= 4
  6475.         SUPPORTED !!SUPPORTED_Win2k
  6476.         #endif
  6477.  
  6478.             EXPLAIN !!DisableLockComputer_Help
  6479.             VALUENAME "DisableLockWorkstation"
  6480.         END POLICY
  6481.  
  6482.         POLICY !!DisableChangePassword    
  6483.             #if version >= 4
  6484.         SUPPORTED !!SUPPORTED_Win2k
  6485.         #endif
  6486.  
  6487.             EXPLAIN !!DisableChangePassword_Help
  6488.             VALUENAME "DisableChangePassword"
  6489.         END POLICY
  6490.  
  6491.     POLICY !!NoLogoff 
  6492.           KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
  6493.             #if version >= 4
  6494.         SUPPORTED !!SUPPORTED_Win2k
  6495.         #endif
  6496.  
  6497.             EXPLAIN !!NoLogOff_Help
  6498.             VALUENAME "NoLogoff"
  6499.         END POLICY
  6500.    
  6501.     END CATEGORY ; Ctrl+Alt+Del options
  6502.  
  6503.     CATEGORY !!Logon
  6504.     #if version >= 4
  6505.     EXPLAIN !!Logon_Help
  6506.     #endif
  6507.  
  6508.     POLICY !!Run
  6509.             KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\Run"
  6510.             #if version >= 4
  6511.         SUPPORTED !!SUPPORTED_Win2k
  6512.         #endif
  6513.  
  6514.                 EXPLAIN !!Run_Help
  6515.  
  6516.             PART !!RunListBox    LISTBOX 
  6517.                 VALUEPREFIX ""
  6518.                  END PART
  6519.         END POLICY
  6520.  
  6521.         POLICY !!DisableExplorerRunOnceLegacy
  6522.            KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
  6523.             #if version >= 4
  6524.         SUPPORTED !!SUPPORTED_Win2k
  6525.         #endif
  6526.  
  6527.             EXPLAIN !!DisableExplorerRunOnceLegacy_Help
  6528.             VALUENAME "DisableLocalUserRunOnce"
  6529.         END POLICY
  6530.  
  6531.         POLICY !!DisableExplorerRunLegacy
  6532.             KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
  6533.             #if version >= 4
  6534.         SUPPORTED !!SUPPORTED_Win2k
  6535.         #endif
  6536.  
  6537.             EXPLAIN !!DisableExplorerRunLegacy_Help
  6538.             VALUENAME "DisableLocalUserRun"
  6539.         END POLICY
  6540.  
  6541.     END CATEGORY ; Logon
  6542.  
  6543.     CATEGORY !!PolicyPolicies
  6544.     #if version >= 4
  6545.     EXPLAIN !!PolicyPolicies_Help
  6546.     #endif
  6547.  
  6548.         POLICY !!GroupPolicyRefreshRateUser
  6549.             KEYNAME "Software\Policies\Microsoft\Windows\System"
  6550.             #if version >= 4
  6551.         SUPPORTED !!SUPPORTED_Win2k
  6552.         #endif
  6553.  
  6554.             EXPLAIN !!GroupPolicyRefreshRateUser_Help
  6555.  
  6556.             PART !!GPRefreshRate_U_Desc1      TEXT    
  6557.             END PART
  6558.             PART !!GPRefreshRate_U_Desc2      TEXT    
  6559.             END PART
  6560.  
  6561.             PART !!GPRefreshRate    NUMERIC REQUIRED
  6562.                 MIN 0 MAX 64800 DEFAULT 90
  6563.                 VALUENAME "GroupPolicyRefreshTime"
  6564.             END PART
  6565.  
  6566.             PART !!Blank                     TEXT    
  6567.             END PART
  6568.             PART !!GPRefreshRateOffset_Desc1          TEXT    
  6569.         END PART
  6570.             PART !!GPRefreshRateOffset_Desc2          TEXT    
  6571.             END PART
  6572.             PART !!GPRefreshRateOffset_Desc3      TEXT    
  6573.             END PART
  6574.  
  6575.             PART !!GPRefreshRateOffset    NUMERIC REQUIRED
  6576.                 MIN 0 MAX 1440 DEFAULT 30
  6577.                 VALUENAME "GroupPolicyRefreshTimeOffset"
  6578.             END PART
  6579.         END POLICY
  6580.        
  6581.         POLICY !!GPTransferRate
  6582.             KEYNAME "Software\Policies\Microsoft\Windows\System"
  6583.             #if version >= 4
  6584.         SUPPORTED !!SUPPORTED_Win2k
  6585.         #endif
  6586.  
  6587.             EXPLAIN !!GPTransferRate_Help
  6588.  
  6589.             PART !!TransferRateOp NUMERIC
  6590.                 MIN 0 MAX 4294967200 DEFAULT 500 SPIN 100
  6591.                 VALUENAME "GroupPolicyMinTransferRate"
  6592.             END PART
  6593.  
  6594.             PART !!Blank            TEXT
  6595.             END PART
  6596.             PART !!TransferRateTip1 TEXT
  6597.             END PART
  6598.         END POLICY
  6599.  
  6600.         POLICY !!GPDCOptions
  6601.             KEYNAME "Software\Policies\Microsoft\Windows\Group Policy Editor"
  6602.             #if version >= 4
  6603.         SUPPORTED !!SUPPORTED_Win2k
  6604.         #endif
  6605.  
  6606.             EXPLAIN !!GPDCOptions_Help
  6607.  
  6608.             PART !!GPDCOptionsDesc DROPDOWNLIST NOSORT
  6609.             VALUENAME "DCOption"
  6610.             ITEMLIST
  6611.                 NAME !!GPDCOptionPDC      VALUE NUMERIC 1  DEFAULT
  6612.                 NAME !!GPDCOptionInherit  VALUE NUMERIC 2
  6613.                 NAME !!GPDCOptionAny      VALUE NUMERIC 3
  6614.             END ITEMLIST
  6615.             END PART
  6616.         END POLICY
  6617.  
  6618.         POLICY !!NewGPOLinksDisabled
  6619.             KEYNAME "Software\Policies\Microsoft\Windows\Group Policy Editor"
  6620.             #if version >= 4
  6621.         SUPPORTED !!SUPPORTED_Win2k
  6622.         #endif
  6623.  
  6624.             EXPLAIN !!NewGPOLinksDisabled_Help
  6625.             VALUENAME "NewGPOLinksDisabled"
  6626.         END POLICY
  6627.  
  6628.         POLICY !!NewGPODisplayName
  6629.             KEYNAME "Software\Policies\Microsoft\Windows\Group Policy Editor"
  6630.             #if version >= 4
  6631.         SUPPORTED !!SUPPORTED_Win2k
  6632.         #endif
  6633.  
  6634.             EXPLAIN !!NewGPODisplayName_Help
  6635.  
  6636.             PART !!NewGPODisplayNameHeading             EDITTEXT REQUIRED
  6637.                 VALUENAME "GPODisplayName"
  6638.         MAXLEN 255
  6639.             END PART
  6640.         END POLICY
  6641.  
  6642.         POLICY !!EnforcePoliciesOnly
  6643.             KEYNAME "Software\Policies\Microsoft\Windows\Group Policy Editor"
  6644.             #if version >= 4
  6645.         SUPPORTED !!SUPPORTED_Win2k
  6646.         #endif
  6647.  
  6648.             EXPLAIN !!EnforcePoliciesOnly_Help
  6649.             VALUENAME "ShowPoliciesOnly"
  6650.         END POLICY
  6651.  
  6652.         POLICY !!DisableAutoADMUpdate
  6653.             KEYNAME "Software\Policies\Microsoft\Windows\Group Policy Editor"
  6654.             #if version >= 4
  6655.         SUPPORTED !!SUPPORTED_Win2k
  6656.         #endif
  6657.  
  6658.             EXPLAIN !!DisableAutoADMUpdate_Help
  6659.             VALUENAME "DisableAutoADMUpdate"
  6660.         END POLICY
  6661.  
  6662.         POLICY !!DenyRsopToInteractiveUser
  6663.             KEYNAME "Software\Policies\Microsoft\Windows\System"
  6664.           #if version >= 4
  6665.             SUPPORTED !!SUPPORTED_WindowsXP
  6666.          #endif
  6667.  
  6668.  
  6669.             EXPLAIN !!DenyRsopToInteractiveUser_Help
  6670.             VALUENAME "DenyRsopToInteractiveUser"
  6671.                 VALUEON NUMERIC 1
  6672.                 VALUEOFF NUMERIC 0
  6673.         END POLICY
  6674.  
  6675.  
  6676.     END CATEGORY ; PolicyPolicies
  6677.     
  6678.     CATEGORY !!PW_Power
  6679.     #if version >= 4
  6680.         EXPLAIN !!PW_Power_Help
  6681.     #endif
  6682.  
  6683.  
  6684.         POLICY !!PW_PromptPasswordOnResume
  6685.           KEYNAME "Software\Policies\Microsoft\Windows\System\Power"
  6686.  
  6687.               #if version >= 4
  6688.                 SUPPORTED !!SUPPORTED_WindowsXP
  6689.              #endif
  6690.  
  6691.  
  6692.           EXPLAIN !!PW_PromptPasswordOnResume_Help
  6693.               VALUENAME "PromptPasswordOnResume"
  6694.  
  6695.         END POLICY
  6696.  
  6697.     END CATEGORY ;; POWER
  6698.  
  6699.  
  6700. END CATEGORY ; AdministrativeServices
  6701.  
  6702. CATEGORY !!WindowsComponents
  6703.     #if version >= 4
  6704.     EXPLAIN !!WindowsComponents_Help
  6705.     #endif
  6706.  
  6707.  
  6708.     CATEGORY !!WindowsExplorer
  6709.     #if version >= 4
  6710.     EXPLAIN !!WindowsExplorer_Help
  6711.     #endif
  6712.  
  6713.  
  6714.     KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
  6715.  
  6716.  
  6717.     POLICY !!ClassicShell 
  6718.             #if version >= 4
  6719.         SUPPORTED !!SUPPORTED_Win2k
  6720.         #endif
  6721.  
  6722.             EXPLAIN !!ClassicShell_Help
  6723.             VALUENAME "ClassicShell"
  6724.     END POLICY
  6725.  
  6726.         
  6727.     POLICY !!NoFolderOptions
  6728.             #if version >= 4
  6729.         SUPPORTED !!SUPPORTED_Win2k
  6730.         #endif
  6731.  
  6732.             EXPLAIN !!NoFolderOptions_Help
  6733.             VALUENAME "NoFolderOptions"
  6734.     END POLICY
  6735.  
  6736.     POLICY !!NoFileMenu 
  6737.             #if version >= 4
  6738.         SUPPORTED !!SUPPORTED_Win2k
  6739.         #endif
  6740.  
  6741.             EXPLAIN !!NoFileMenu_Help
  6742.         VALUENAME "NoFileMenu"
  6743.         END POLICY
  6744.  
  6745.     POLICY !!NoNetConnectDisconnect 
  6746.             #if version >= 4
  6747.         SUPPORTED !!SUPPORTED_Win2k
  6748.         #endif
  6749.  
  6750.            EXPLAIN !!NoNetConnectDisconnect_Help
  6751.             VALUENAME "NoNetConnectDisconnect"
  6752.      END POLICY
  6753.  
  6754.     POLICY !!NoShellSearchButton
  6755.             #if version >= 4
  6756.         SUPPORTED !!SUPPORTED_Win2k
  6757.         #endif
  6758.  
  6759.         EXPLAIN !!NoShellSearchButton_Help        
  6760.             VALUENAME "NoShellSearchButton"
  6761.         END POLICY
  6762.  
  6763.     POLICY !!NoViewContextMenu 
  6764.             #if version >= 4
  6765.         SUPPORTED !!SUPPORTED_Win2k
  6766.         #endif
  6767.  
  6768.             EXPLAIN !!NoViewContextMenu_Help
  6769.             VALUENAME "NoViewContextMenu"
  6770.         END POLICY
  6771.  
  6772.     POLICY !!NoManageMyComputerVerb
  6773.             #if version >= 4
  6774.         SUPPORTED !!SUPPORTED_Win2k
  6775.         #endif
  6776.  
  6777.             EXPLAIN !!NoManageMyComputerVerb_Help
  6778.             VALUENAME "NoManageMyComputerVerb"
  6779.         END POLICY
  6780.  
  6781.      POLICY !!EnforceShellExtensionSecurity 
  6782.             #if version >= 4
  6783.         SUPPORTED !!SUPPORTED_Win2k
  6784.         #endif
  6785.  
  6786.             EXPLAIN !!EnforceShellExtensionSecurity_Help
  6787.             VALUENAME "EnforceShellExtensionSecurity"
  6788.      END POLICY
  6789.  
  6790.         POLICY !!LinkResolveIgnoreLinkInfo 
  6791.             #if version >= 4
  6792.         SUPPORTED !!SUPPORTED_Win2k
  6793.         #endif
  6794.  
  6795.             EXPLAIN !!LinkResolveIgnoreLinkInfo_Help
  6796.             VALUENAME "LinkResolveIgnoreLinkInfo"
  6797.         END POLICY
  6798.  
  6799.         POLICY !!NoDrives 
  6800.             #if version >= 4
  6801.         SUPPORTED !!SUPPORTED_Win2k
  6802.         #endif
  6803.  
  6804.             EXPLAIN !!NoDrives_Help
  6805.             PART !!NoDrivesDropdown    DROPDOWNLIST NOSORT REQUIRED
  6806.             VALUENAME "NoDrives"
  6807.             ITEMLIST
  6808.                 NAME !!ABOnly           VALUE NUMERIC    3
  6809.                 NAME !!COnly            VALUE NUMERIC    4
  6810.                 NAME !!DOnly            VALUE NUMERIC     8
  6811.                 NAME !!ABConly          VALUE NUMERIC     7
  6812.                 NAME !!ABCDOnly         VALUE NUMERIC    15
  6813.                 NAME !!ALLDrives        VALUE NUMERIC    67108863 DEFAULT 
  6814.                          ; low 26 bits on (1 bit per drive)
  6815.                 NAME !!RestNoDrives     VALUE NUMERIC    0
  6816.             END ITEMLIST
  6817.             END PART            
  6818.     END POLICY
  6819.  
  6820.         POLICY !!NoViewOnDrive
  6821.             #if version >= 4
  6822.         SUPPORTED !!SUPPORTED_Win2k
  6823.         #endif
  6824.  
  6825.             EXPLAIN !!NoViewOnDrive_Help
  6826.             PART !!NoDrivesDropdown    DROPDOWNLIST NOSORT REQUIRED
  6827.         VALUENAME "NoViewOnDrive"
  6828.             ITEMLIST
  6829.                 NAME !!ABOnly           VALUE NUMERIC    3
  6830.                 NAME !!COnly            VALUE NUMERIC    4
  6831.                 NAME !!DOnly            VALUE NUMERIC     8
  6832.                 NAME !!ABConly          VALUE NUMERIC     7
  6833.                 NAME !!ABCDOnly         VALUE NUMERIC    15
  6834.                 NAME !!ALLDrives        VALUE NUMERIC    67108863 DEFAULT 
  6835.                          ; low 26 bits on (1 bit per drive)
  6836.                 NAME !!RestNoDrives     VALUE NUMERIC    0
  6837.             END ITEMLIST
  6838.             END PART            
  6839.     END POLICY
  6840.  
  6841.        
  6842.     POLICY !!NoHardwareTab
  6843.             #if version >= 4
  6844.         SUPPORTED !!SUPPORTED_Win2k
  6845.         #endif
  6846.  
  6847.             EXPLAIN !!NoHardwareTab_Help
  6848.             VALUENAME "NoHardwareTab"
  6849.         END POLICY
  6850.  
  6851.     POLICY !!NoDFSTab
  6852.             #if version >= 4
  6853.         SUPPORTED !!SUPPORTED_Win2k
  6854.         #endif
  6855.     
  6856.             EXPLAIN !!NoDFSTab_Help
  6857.             VALUENAME "NoDFSTab"
  6858.     END POLICY
  6859.  
  6860.     POLICY !!NoSecurityTab
  6861.             #if version >= 4
  6862.         SUPPORTED !!SUPPORTED_WindowsXP
  6863.         #endif
  6864.     
  6865.             EXPLAIN !!NoSecurityTab_Help
  6866.             VALUENAME "NoSecurityTab"
  6867.     END POLICY
  6868.  
  6869.     POLICY !!NoChangeAnimation 
  6870.             #if version >= 4
  6871.         SUPPORTED !!SUPPORTED_Win2k
  6872.         #endif
  6873.  
  6874.             EXPLAIN !!NoChangeAnimation_Help
  6875.             VALUENAME "NoChangeAnimation"
  6876.       END POLICY
  6877.  
  6878.      POLICY !!NoChangeKeyboardNavigationIndicators 
  6879.             #if version >= 4
  6880.         SUPPORTED !!SUPPORTED_Win2k
  6881.         #endif
  6882.  
  6883.             EXPLAIN !!NoChangeKeyboardNavigationIndicators_Help
  6884.             VALUENAME "NoChangeKeyboardNavigationIndicators"
  6885.      END POLICY
  6886.    
  6887.     POLICY !!NoWorkgroupContents
  6888.             #if version >= 4
  6889.         SUPPORTED !!SUPPORTED_Win2k
  6890.         #endif
  6891.  
  6892.             KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
  6893.             EXPLAIN !!NoWorkgroupContents_Help
  6894.             VALUENAME "NoComputersNearMe"
  6895.     END POLICY
  6896.  
  6897.     POLICY !!NoEntireNetwork    
  6898.             KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Network"
  6899.             #if version >= 4
  6900.         SUPPORTED !!SUPPORTED_Win2k
  6901.         #endif
  6902.  
  6903.             EXPLAIN !!NoEntireNetwork_Help
  6904.             VALUENAME "NoEntireNetwork"
  6905.     END POLICY
  6906.  
  6907.     POLICY !!MaxRecentDocs          
  6908.             EXPLAIN !!MaxRecentDocs_Help
  6909.             #if version >= 4
  6910.         SUPPORTED !!SUPPORTED_Win2k
  6911.         #endif
  6912.  
  6913.             PART !!MaxRecentDocs          NUMERIC REQUIRED
  6914.         VALUENAME "MaxRecentDocs"
  6915.             DEFAULT 15
  6916.             END PART
  6917.     END POLICY
  6918.  
  6919.     POLICY !!NoRunAsInstallPrompt
  6920.             #if version >= 4
  6921.         SUPPORTED !!SUPPORTED_Win2k
  6922.         #endif
  6923.  
  6924.             EXPLAIN !!NoRunAsInstallPrompt_Help
  6925.             VALUENAME "NoRunasInstallPrompt"
  6926.         END POLICY
  6927.  
  6928.     POLICY !!PromptRunasInstallNetPath
  6929.             #if version >= 4
  6930.         SUPPORTED !!SUPPORTED_Win2k
  6931.         #endif
  6932.  
  6933.             EXPLAIN !!PromptRunasInstallNetPath_Help
  6934.             VALUENAME "PromptRunasInstallNetPath"
  6935.         END POLICY
  6936.  
  6937.     POLICY !!NoCDBurning
  6938.             #if version >= 4
  6939.         SUPPORTED !!SUPPORTED_WindowsXP
  6940.         #endif
  6941.     
  6942.             EXPLAIN !!NoCDBurning_Help
  6943.             VALUENAME "NoCDBurning"
  6944.     END POLICY
  6945.  
  6946.     POLICY !!NoRecycleFiles
  6947.             #if version >= 4
  6948.         SUPPORTED !!SUPPORTED_WindowsXP
  6949.         #endif
  6950.  
  6951.             EXPLAIN !!NoRecycleFiles_Help
  6952.             VALUENAME "NoRecycleFiles"
  6953.         END POLICY
  6954.  
  6955.     POLICY !!ConfirmFileDelete
  6956.             #if version >= 4
  6957.         SUPPORTED !!SUPPORTED_WindowsXP
  6958.         #endif
  6959.  
  6960.             EXPLAIN !!ConfirmFileDelete_Help
  6961.             VALUENAME "ConfirmFileDelete"
  6962.         END POLICY
  6963.  
  6964.         POLICY !!RecycleBinSize
  6965.         #if version >= 4
  6966.         SUPPORTED !!SUPPORTED_WindowsXP
  6967.         #endif
  6968.  
  6969.         EXPLAIN !!RecycleBinSize_Help
  6970.  
  6971.             PART !!RecycleBinSizeHelp1    TEXT    
  6972.         END PART
  6973.             PART !!Blank                  TEXT    
  6974.         END PART
  6975.  
  6976.         PART !!RecycleBinSizeSpin         NUMERIC DEFAULT 10 MIN 0 MAX 100 SPIN 10
  6977.             VALUENAME "RecycleBinSize"
  6978.         END PART
  6979.         END POLICY
  6980.  
  6981.     POLICY !!NoMyComputerSharedDocuments
  6982.  
  6983.         #if version >= 4
  6984.             SUPPORTED !!SUPPORTED_WindowsXP
  6985.         #endif
  6986.  
  6987.         EXPLAIN !!NoMyComputerSharedDocuments_Help
  6988.                VALUENAME "NoSharedDocuments"
  6989.  
  6990.     END POLICY
  6991.  
  6992.  
  6993.     POLICY !!NoCacheThumbNailPictures
  6994.  
  6995.         #if version >= 4
  6996.             SUPPORTED !!SUPPORTED_WindowsXP
  6997.         #endif
  6998.  
  6999.         EXPLAIN !!NoCacheThumbNailPictures_Help
  7000.                VALUENAME "NoThumbnailCache"
  7001.  
  7002.     END POLICY
  7003.  
  7004.  
  7005.  
  7006.  
  7007.  
  7008.     CATEGORY !!Comdlg
  7009.     #if version >= 4
  7010.         EXPLAIN !!Comdlg_Help
  7011.     #endif
  7012.  
  7013.         KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Comdlg32"
  7014.  
  7015.          POLICY !!PlacesBar
  7016.         KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\comdlg32\Placesbar"
  7017.  
  7018.          #if version >= 4
  7019.             SUPPORTED !!SUPPORTED_WindowsXP
  7020.          #endif
  7021.  
  7022.             EXPLAIN !!PlacesBar_Help
  7023.                     
  7024.  
  7025.             PART !!Places TEXT
  7026.             END PART            
  7027.  
  7028.             PART !!Places0 EDITTEXT
  7029.                    VALUENAME "Place0"
  7030.             END PART
  7031.  
  7032.             PART !!Places1 EDITTEXT
  7033.                    VALUENAME "Place1"
  7034.             END PART
  7035.  
  7036.             PART !!Places2 EDITTEXT
  7037.                    VALUENAME "Place2"
  7038.             END PART
  7039.  
  7040.             PART !!Places3 EDITTEXT
  7041.                    VALUENAME "Place3"
  7042.             END PART
  7043.  
  7044.             PART !!Places4 EDITTEXT
  7045.                    VALUENAME "Place4"
  7046.             END PART
  7047.         END POLICY
  7048.  
  7049.  
  7050.  
  7051.             POLICY !!NoPlacesBar
  7052.                 #if version >= 4
  7053.             SUPPORTED !!SUPPORTED_Win2k
  7054.             #endif
  7055.  
  7056.             EXPLAIN !!NoPlacesBar_Help 
  7057.                 VALUENAME "NoPlacesBar"
  7058.             END POLICY
  7059.  
  7060.             POLICY !!NoBackButton 
  7061.                 #if version >= 4
  7062.             SUPPORTED !!SUPPORTED_Win2k
  7063.             #endif
  7064.  
  7065.             EXPLAIN !!NoBackButton_Help
  7066.                 VALUENAME "NoBackButton"
  7067.             END POLICY
  7068.  
  7069.             POLICY !!NoFileMRU 
  7070.             #if version >= 4
  7071.             SUPPORTED !!SUPPORTED_Win2k
  7072.             #endif
  7073.  
  7074.             EXPLAIN !!NoFileMRU_Help
  7075.               VALUENAME "NoFileMru" 
  7076.             END POLICY
  7077.     
  7078.     END CATEGORY ;;comdlg
  7079.  
  7080.  
  7081.     END CATEGORY ;; WindowsExplorer
  7082.  
  7083.  
  7084.     CATEGORY !!MMC 
  7085.     #if version >= 4
  7086.     EXPLAIN !!MMC_Help
  7087.     #endif
  7088.  
  7089.         KEYNAME "Software\Policies\Microsoft\MMC"
  7090.  
  7091.         POLICY !!MMC_Restrict_Author
  7092.                #if version >= 4
  7093.         SUPPORTED !!SUPPORTED_Win2k
  7094.         #endif
  7095.  
  7096.             EXPLAIN !!MMC_restrict_Author_Explain
  7097.             VALUENAME "RestrictAuthorMode"
  7098.                 VALUEON    NUMERIC  1
  7099.                 VALUEOFF  NUMERIC 0
  7100.         END POLICY
  7101.  
  7102.         POLICY !!MMC_Restrict_To_Permitted_Snapins
  7103.             #if version >= 4
  7104.         SUPPORTED !!SUPPORTED_Win2k
  7105.         #endif
  7106.  
  7107.             EXPLAIN !!MMC_restrict_To_Permitted_Snapins_Explain
  7108.             VALUENAME "RestrictToPermittedSnapins"
  7109.                 VALUEON   NUMERIC 1
  7110.                 VALUEOFF  NUMERIC 0
  7111.         END POLICY
  7112.  
  7113.  
  7114.         CATEGORY !!MMC_RESTRICT
  7115.     #if version >= 4
  7116.         EXPLAIN !!MMC_RESTRICT_Help
  7117.     #endif
  7118.  
  7119.             POLICY !!MMC_ActiveDirUsersComp
  7120.                 KEYNAME "Software\Policies\Microsoft\MMC\{E355E538-1C2E-11D0-8C37-00C04FD8FE93}"
  7121.                     #if version >= 4
  7122.             SUPPORTED !!SUPPORTED_Win2k
  7123.             #endif
  7124.  
  7125.                 EXPLAIN !!MMC_Restrict_Explain
  7126.                 VALUENAME "Restrict_Run"
  7127.                     VALUEON   NUMERIC 0
  7128.                     VALUEOFF  NUMERIC 1
  7129.             END POLICY
  7130.  
  7131.             POLICY !!MMC_ActiveDirDomTrusts
  7132.                 KEYNAME "Software\Policies\Microsoft\MMC\{EBC53A38-A23F-11D0-B09B-00C04FD8DCA6}"
  7133.                     #if version >= 4
  7134.             SUPPORTED !!SUPPORTED_Win2k
  7135.             #endif
  7136.  
  7137.                 EXPLAIN !!MMC_Restrict_Explain
  7138.                 VALUENAME "Restrict_Run"
  7139.                     VALUEON   NUMERIC 0
  7140.                     VALUEOFF  NUMERIC 1
  7141.             END POLICY
  7142.  
  7143.             POLICY !!MMC_ActiveDirSitesServices
  7144.                 KEYNAME "Software\Policies\Microsoft\MMC\{D967F824-9968-11D0-B936-00C04FD8D5B0}"
  7145.                     #if version >= 4
  7146.             SUPPORTED !!SUPPORTED_Win2k
  7147.             #endif
  7148.  
  7149.                 EXPLAIN !!MMC_Restrict_Explain
  7150.                 VALUENAME "Restrict_Run"
  7151.                     VALUEON   NUMERIC 0
  7152.                     VALUEOFF  NUMERIC 1
  7153.             END POLICY
  7154.  
  7155.         POLICY !!MMC_ADSI
  7156.                 KEYNAME "Software\Policies\Microsoft\MMC\{1C5DACFA-16BA-11D2-81D0-0000F87A7AA3}"
  7157.                     #if version >= 4
  7158.             SUPPORTED !!SUPPORTED_WindowsXP
  7159.             #endif
  7160.  
  7161.                 EXPLAIN !!MMC_Restrict_Explain
  7162.                 VALUENAME "Restrict_Run"
  7163.                     VALUEON   NUMERIC 0
  7164.                     VALUEOFF  NUMERIC 1
  7165.             END POLICY
  7166.  
  7167.         POLICY !!MMC_ActiveXControl
  7168.                 KEYNAME "Software\Policies\Microsoft\MMC\{C96401CF-0E17-11D3-885B-00C04F72C717}"
  7169.                     #if version >= 4
  7170.             SUPPORTED !!SUPPORTED_WindowsXP
  7171.             #endif
  7172.  
  7173.                 EXPLAIN !!MMC_Restrict_Explain
  7174.                 VALUENAME "Restrict_Run"
  7175.                     VALUEON   NUMERIC 0
  7176.                     VALUEOFF  NUMERIC 1
  7177.             END POLICY
  7178.  
  7179.  
  7180.             POLICY !!MMC_Certs
  7181.                 KEYNAME "Software\Policies\Microsoft\MMC\{53D6AB1D-2488-11D1-A28C-00C04FB94F17}"
  7182.                     #if version >= 4
  7183.             SUPPORTED !!SUPPORTED_Win2k
  7184.             #endif
  7185.  
  7186.                 EXPLAIN !!MMC_Restrict_Explain
  7187.                 VALUENAME "Restrict_Run"
  7188.                     VALUEON   NUMERIC 0
  7189.                     VALUEOFF  NUMERIC 1
  7190.             END POLICY
  7191.  
  7192.  
  7193.             POLICY !!MMC_ComponentServices
  7194.                 KEYNAME "Software\Policies\Microsoft\MMC\{C9BC92DF-5B9A-11D1-8F00-00C04FC2C17B}"
  7195.                     #if version >= 4
  7196.             SUPPORTED !!SUPPORTED_Win2k
  7197.             #endif
  7198.  
  7199.                 EXPLAIN !!MMC_Restrict_Explain
  7200.                 VALUENAME "Restrict_Run"
  7201.                     VALUEON   NUMERIC 0
  7202.                     VALUEOFF  NUMERIC 1
  7203.             END POLICY
  7204.  
  7205.  
  7206.             POLICY !!MMC_ComputerManagement
  7207.                 KEYNAME "Software\Policies\Microsoft\MMC\{58221C67-EA27-11CF-ADCF-00AA00A80033}"
  7208.                     #if version >= 4
  7209.             SUPPORTED !!SUPPORTED_Win2k
  7210.             #endif
  7211.  
  7212.                 EXPLAIN !!MMC_Restrict_Explain
  7213.                 VALUENAME "Restrict_Run"
  7214.                     VALUEON   NUMERIC 0
  7215.                     VALUEOFF  NUMERIC 1
  7216.             END POLICY
  7217.  
  7218.  
  7219.             POLICY !!MMC_DeviceManager
  7220.                 KEYNAME "Software\Policies\Microsoft\MMC\{90087284-d6d6-11d0-8353-00a0c90640bf}"
  7221.                     #if version >= 4
  7222.             SUPPORTED !!SUPPORTED_Win2k
  7223.             #endif
  7224.  
  7225.                 EXPLAIN !!MMC_Restrict_Explain
  7226.                 VALUENAME "Restrict_Run"
  7227.                     VALUEON   NUMERIC 0
  7228.                     VALUEOFF  NUMERIC 1
  7229.             END POLICY
  7230.  
  7231.             POLICY !!MMC_DiskMgmt
  7232.                 KEYNAME "Software\Policies\Microsoft\MMC\{8EAD3A12-B2C1-11d0-83AA-00A0C92C9D5D}"
  7233.                     #if version >= 4
  7234.             SUPPORTED !!SUPPORTED_Win2k
  7235.             #endif
  7236.  
  7237.                 EXPLAIN !!MMC_Restrict_Explain
  7238.                 VALUENAME "Restrict_Run"
  7239.                     VALUEON   NUMERIC 0
  7240.                     VALUEOFF  NUMERIC 1
  7241.             END POLICY
  7242.  
  7243.             POLICY !!MMC_DiskDefrag
  7244.                 KEYNAME "Software\Policies\Microsoft\MMC\{43668E21-2636-11D1-A1CE-0080C88593A5}"
  7245.                     #if version >= 4
  7246.             SUPPORTED !!SUPPORTED_Win2k
  7247.             #endif
  7248.  
  7249.                 EXPLAIN !!MMC_Restrict_Explain
  7250.                 VALUENAME "Restrict_Run"
  7251.                     VALUEON   NUMERIC 0
  7252.                     VALUEOFF  NUMERIC 1
  7253.             END POLICY
  7254.  
  7255.             POLICY !!MMC_DFS
  7256.                 KEYNAME "Software\Policies\Microsoft\MMC\{677A2D94-28D9-11D1-A95B-008048918FB1}"
  7257.                     #if version >= 4
  7258.             SUPPORTED !!SUPPORTED_Win2k
  7259.             #endif
  7260.  
  7261.                 EXPLAIN !!MMC_Restrict_Explain
  7262.                 VALUENAME "Restrict_Run"
  7263.                     VALUEON   NUMERIC 0
  7264.                     VALUEOFF  NUMERIC 1
  7265.             END POLICY
  7266.  
  7267.             POLICY !!MMC_EventViewer
  7268.                 KEYNAME "Software\Policies\Microsoft\MMC\{975797FC-4E2A-11D0-B702-00C04FD8DBF7}"
  7269.                     #if version >= 4
  7270.             SUPPORTED !!SUPPORTED_Win2k
  7271.             #endif
  7272.  
  7273.                 EXPLAIN !!MMC_Restrict_Explain
  7274.                 VALUENAME "Restrict_Run"
  7275.                     VALUEON   NUMERIC 0
  7276.                     VALUEOFF  NUMERIC 1
  7277.             END POLICY
  7278.  
  7279.             POLICY !!MMC_FAXService
  7280.                 KEYNAME "Software\Policies\Microsoft\MMC\{753EDB4D-2E1B-11D1-9064-00A0C90AB504}"
  7281.                     #if version >= 4
  7282.             SUPPORTED !!SUPPORTED_Win2k
  7283.             #endif
  7284.  
  7285.                 EXPLAIN !!MMC_Restrict_Explain
  7286.                 VALUENAME "Restrict_Run"
  7287.                     VALUEON   NUMERIC 0
  7288.                     VALUEOFF  NUMERIC 1
  7289.             END POLICY
  7290.  
  7291.         POLICY !!MMC_FrontPageExt
  7292.                 KEYNAME "Software\Policies\Microsoft\MMC\{FF5903A8-78D6-11D1-92F6-006097B01056}"
  7293.                     #if version >= 4
  7294.             SUPPORTED !!SUPPORTED_WindowsXP
  7295.             #endif
  7296.  
  7297.                 EXPLAIN !!MMC_Restrict_Explain
  7298.                 VALUENAME "Restrict_Run"
  7299.                     VALUEON   NUMERIC 0
  7300.                     VALUEOFF  NUMERIC 1
  7301.             END POLICY
  7302.  
  7303.  
  7304.             POLICY !!MMC_IndexingService
  7305.                 KEYNAME "Software\Policies\Microsoft\MMC\{95AD72F0-44CE-11D0-AE29-00AA004B9986}"
  7306.                     #if version >= 4
  7307.             SUPPORTED !!SUPPORTED_Win2k
  7308.             #endif
  7309.  
  7310.                 EXPLAIN !!MMC_Restrict_Explain
  7311.                 VALUENAME "Restrict_Run"
  7312.                     VALUEON   NUMERIC 0
  7313.                     VALUEOFF  NUMERIC 1
  7314.             END POLICY
  7315.  
  7316.             POLICY !!MMC_IAS
  7317.                 KEYNAME "Software\Policies\Microsoft\MMC\{8F8F8DC0-5713-11D1-9551-0060B0576642}"
  7318.                     #if version >= 4
  7319.             SUPPORTED !!SUPPORTED_Win2k
  7320.             #endif
  7321.  
  7322.                 EXPLAIN !!MMC_Restrict_Explain
  7323.                 VALUENAME "Restrict_Run"
  7324.                     VALUEON   NUMERIC 0
  7325.                     VALUEOFF  NUMERIC 1
  7326.             END POLICY
  7327.  
  7328.             POLICY !!MMC_IIS
  7329.                 KEYNAME "Software\Policies\Microsoft\MMC\{A841B6C2-7577-11D0-BB1F-00A0C922E79C}"
  7330.                     #if version >= 4
  7331.             SUPPORTED !!SUPPORTED_Win2k
  7332.             #endif
  7333.  
  7334.                 EXPLAIN !!MMC_Restrict_Explain
  7335.                 VALUENAME "Restrict_Run"
  7336.                     VALUEON   NUMERIC 0
  7337.                     VALUEOFF  NUMERIC 1
  7338.             END POLICY
  7339.  
  7340.             POLICY !!MMC_IPSecurity
  7341.                 KEYNAME "Software\Policies\Microsoft\MMC\{DEA8AFA0-CC85-11d0-9CE2-0080C7221EBD}"
  7342.                     #if version >= 4
  7343.             SUPPORTED !!SUPPORTED_Win2k
  7344.             #endif
  7345.  
  7346.                 EXPLAIN !!MMC_Restrict_Explain
  7347.                 VALUENAME "Restrict_Run"
  7348.                     VALUEON   NUMERIC 0
  7349.                     VALUEOFF  NUMERIC 1
  7350.             END POLICY
  7351.  
  7352.             POLICY !!MMC_IpSecManage
  7353.                 KEYNAME "Software\Policies\Microsoft\MMC\{DEA8AFA0-CC85-11d0-9CE2-0080C7221EBD}"
  7354.                     #if version >= 4
  7355.             SUPPORTED !!SUPPORTED_WindowsXP
  7356.             #endif
  7357.  
  7358.                 EXPLAIN !!MMC_Restrict_Explain
  7359.                 VALUENAME "Restrict_Run"
  7360.                     VALUEON   NUMERIC 0
  7361.                     VALUEOFF  NUMERIC 1
  7362.             END POLICY
  7363.  
  7364.  
  7365.             POLICY !!MMC_IpSecMonitor
  7366.                 KEYNAME "Software\Policies\Microsoft\MMC\{57C596D0-9370-40C0-BA0D-AB491B63255D}"
  7367.                     #if version >= 4
  7368.             SUPPORTED !!SUPPORTED_WindowsXP
  7369.             #endif
  7370.  
  7371.                 EXPLAIN !!MMC_Restrict_Explain
  7372.                 VALUENAME "Restrict_Run"
  7373.                     VALUEON   NUMERIC 0
  7374.                     VALUEOFF  NUMERIC 1
  7375.             END POLICY
  7376.  
  7377.  
  7378.             POLICY !!MMC_LinkToWeb
  7379.                 KEYNAME "Software\Policies\Microsoft\MMC\{C96401D1-0E17-11D3-885B-00C04F72C717}"
  7380.                     #if version >= 4
  7381.             SUPPORTED !!SUPPORTED_WindowsXP
  7382.             #endif
  7383.  
  7384.                 EXPLAIN !!MMC_Restrict_Explain
  7385.                 VALUENAME "Restrict_Run"
  7386.                     VALUEON   NUMERIC 0
  7387.                     VALUEOFF  NUMERIC 1
  7388.             END POLICY
  7389.  
  7390.  
  7391.  
  7392.            POLICY !!MMC_LocalUsersGroups
  7393.                 KEYNAME "Software\Policies\Microsoft\MMC\{5D6179C8-17EC-11D1-9AA9-00C04FD8FE93}"
  7394.                     #if version >= 4
  7395.             SUPPORTED !!SUPPORTED_Win2k
  7396.             #endif
  7397.  
  7398.                 EXPLAIN !!MMC_Restrict_Explain
  7399.                 VALUENAME "Restrict_Run"
  7400.                     VALUEON   NUMERIC 0
  7401.                     VALUEOFF  NUMERIC 1
  7402.             END POLICY
  7403.  
  7404.             POLICY !!MMC_PerfLogsAlerts
  7405.                 KEYNAME "Software\Policies\Microsoft\MMC\{7478EF61-8C46-11d1-8D99-00A0C913CAD4}"
  7406.                     #if version >= 4
  7407.             SUPPORTED !!SUPPORTED_Win2k
  7408.             #endif
  7409.  
  7410.                 EXPLAIN !!MMC_Restrict_Explain
  7411.                 VALUENAME "Restrict_Run"
  7412.                     VALUEON   NUMERIC 0
  7413.                     VALUEOFF  NUMERIC 1
  7414.             END POLICY
  7415.  
  7416.             POLICY !!MMC_QoSAdmission
  7417.                 KEYNAME "Software\Policies\Microsoft\MMC\{FD57D297-4FD9-11D1-854E-00C04FC31FD3}"
  7418.                     #if version >= 4
  7419.             SUPPORTED !!SUPPORTED_Win2k
  7420.             #endif
  7421.  
  7422.                 EXPLAIN !!MMC_Restrict_Explain
  7423.                 VALUENAME "Restrict_Run"
  7424.                     VALUEON   NUMERIC 0
  7425.                     VALUEOFF  NUMERIC 1
  7426.             END POLICY
  7427.  
  7428.  
  7429.             POLICY !!MMC_RemoteDesktop
  7430.                 KEYNAME "Software\Policies\Microsoft\MMC\{3D5D035E-7721-4B83-A645-6C07A3D403B7}"
  7431.                     #if version >= 4
  7432.             SUPPORTED !!SUPPORTED_WindowsXP
  7433.             #endif
  7434.  
  7435.                 EXPLAIN !!MMC_Restrict_Explain
  7436.                 VALUENAME "Restrict_Run"
  7437.                     VALUEON   NUMERIC 0
  7438.                     VALUEOFF  NUMERIC 1
  7439.             END POLICY
  7440.  
  7441.             POLICY !!MMC_RSM
  7442.                 KEYNAME "Software\Policies\Microsoft\MMC\{3CB6973D-3E6F-11D0-95DB-00A024D77700}"
  7443.                     #if version >= 4
  7444.             SUPPORTED !!SUPPORTED_Win2k
  7445.             #endif
  7446.  
  7447.                 EXPLAIN !!MMC_Restrict_Explain
  7448.                 VALUENAME "Restrict_Run"
  7449.                     VALUEON   NUMERIC 0
  7450.                     VALUEOFF  NUMERIC 1
  7451.             END POLICY
  7452.  
  7453.             POLICY !!MMC_RRA
  7454.                 KEYNAME "Software\Policies\Microsoft\MMC\{1AA7F839-C7F5-11D0-A376-00C04FC9DA04}"
  7455.                     #if version >= 4
  7456.             SUPPORTED !!SUPPORTED_Win2k
  7457.             #endif
  7458.  
  7459.                 EXPLAIN !!MMC_Restrict_Explain
  7460.                 VALUENAME "Restrict_Run"
  7461.                     VALUEON   NUMERIC 0
  7462.                     VALUEOFF  NUMERIC 1
  7463.             END POLICY
  7464.  
  7465.  
  7466.  
  7467.             POLICY !!MMC_SCA
  7468.                 KEYNAME "Software\Policies\Microsoft\MMC\{011BE22D-E453-11D1-945A-00C04FB984F9}"
  7469.                     #if version >= 4
  7470.             SUPPORTED !!SUPPORTED_Win2k
  7471.             #endif
  7472.  
  7473.                 EXPLAIN !!MMC_Restrict_Explain
  7474.                 VALUENAME "Restrict_Run"
  7475.                     VALUEON   NUMERIC 0
  7476.                     VALUEOFF  NUMERIC 1
  7477.             END POLICY
  7478.  
  7479.             POLICY !!MMC_SecurityTemplates
  7480.                 KEYNAME "Software\Policies\Microsoft\MMC\{5ADF5BF6-E452-11D1-945A-00C04FB984F9}"
  7481.                     #if version >= 4
  7482.             SUPPORTED !!SUPPORTED_Win2k
  7483.             #endif
  7484.  
  7485.                 EXPLAIN !!MMC_Restrict_Explain
  7486.                 VALUENAME "Restrict_Run"
  7487.                     VALUEON   NUMERIC 0
  7488.                     VALUEOFF  NUMERIC 1
  7489.             END POLICY
  7490.  
  7491.             POLICY !!MMC_Services
  7492.                 KEYNAME "Software\Policies\Microsoft\MMC\{58221C66-EA27-11CF-ADCF-00AA00A80033}"
  7493.                     #if version >= 4
  7494.             SUPPORTED !!SUPPORTED_Win2k
  7495.             #endif
  7496.  
  7497.                 EXPLAIN !!MMC_Restrict_Explain
  7498.                 VALUENAME "Restrict_Run"
  7499.                     VALUEON   NUMERIC 0
  7500.                     VALUEOFF  NUMERIC 1
  7501.             END POLICY
  7502.  
  7503.             POLICY !!MMC_SharedFolders
  7504.                 KEYNAME "Software\Policies\Microsoft\MMC\{58221C65-EA27-11CF-ADCF-00AA00A80033}"
  7505.                     #if version >= 4
  7506.             SUPPORTED !!SUPPORTED_Win2k
  7507.             #endif
  7508.  
  7509.                 EXPLAIN !!MMC_Restrict_Explain
  7510.                 VALUENAME "Restrict_Run"
  7511.                     VALUEON   NUMERIC 0
  7512.                     VALUEOFF  NUMERIC 1
  7513.             END POLICY
  7514.  
  7515.        
  7516.             POLICY !!MMC_SysInfo
  7517.                 KEYNAME "Software\Policies\Microsoft\MMC\{45ac8c63-23e2-11d1-a696-00c04fd58bc3}"
  7518.                     #if version >= 4
  7519.             SUPPORTED !!SUPPORTED_Win2k
  7520.             #endif
  7521.  
  7522.                 EXPLAIN !!MMC_Restrict_Explain
  7523.                 VALUENAME "Restrict_Run"
  7524.                     VALUEON   NUMERIC 0
  7525.                     VALUEOFF  NUMERIC 1
  7526.             END POLICY
  7527.  
  7528.             POLICY !!MMC_Telephony
  7529.                 KEYNAME "Software\Policies\Microsoft\MMC\{E26D02A0-4C1F-11D1-9AA1-00C04FC3357A}"
  7530.                     #if version >= 4
  7531.             SUPPORTED !!SUPPORTED_Win2k
  7532.             #endif
  7533.  
  7534.                 EXPLAIN !!MMC_Restrict_Explain
  7535.                 VALUENAME "Restrict_Run"
  7536.                     VALUEON   NUMERIC 0
  7537.                     VALUEOFF  NUMERIC 1
  7538.             END POLICY
  7539.  
  7540.             POLICY !!MMC_TerminalServices
  7541.                 KEYNAME "Software\Policies\Microsoft\MMC\{B91B6008-32D2-11D2-9888-00A0C925F917}"
  7542.                     #if version >= 4
  7543.             SUPPORTED !!SUPPORTED_Win2k
  7544.             #endif
  7545.  
  7546.                 EXPLAIN !!MMC_Restrict_Explain
  7547.                 VALUENAME "Restrict_Run"
  7548.                     VALUEON   NUMERIC 0
  7549.                     VALUEOFF  NUMERIC 1
  7550.             END POLICY
  7551.  
  7552.             POLICY !!MMC_WMI
  7553.                 KEYNAME "Software\Policies\Microsoft\MMC\{5C659257-E236-11D2-8899-00104B2AFB46}"
  7554.                     #if version >= 4
  7555.             SUPPORTED !!SUPPORTED_Win2k
  7556.             #endif
  7557.  
  7558.                 EXPLAIN !!MMC_Restrict_Explain
  7559.                 VALUENAME "Restrict_Run"
  7560.                     VALUEON   NUMERIC 0
  7561.                     VALUEOFF  NUMERIC 1
  7562.             END POLICY
  7563.  
  7564.             CATEGORY !!MMC_ExtensionSnapins
  7565.         #if version >= 4
  7566.         EXPLAIN !!MMC_ExtensionSnapins_Help
  7567.         #endif
  7568.    
  7569.                 
  7570.                 POLICY !!MMC_AppleTalkRouting
  7571.                     KEYNAME "Software\Policies\Microsoft\MMC\{1AA7F83C-C7F5-11D0-A376-00C04FC9DA04}"
  7572.                     #if version >= 4
  7573.                 SUPPORTED !!SUPPORTED_Win2k
  7574.                 #endif
  7575.  
  7576.                     EXPLAIN !!MMC_Restrict_Explain
  7577.                     VALUENAME "Restrict_Run"
  7578.                         VALUEON   NUMERIC 0
  7579.                         VALUEOFF  NUMERIC 1
  7580.                 END POLICY
  7581.  
  7582.                 POLICY !!MMC_CertAuth
  7583.                     KEYNAME "Software\Policies\Microsoft\MMC\{3F276EB4-70EE-11D1-8A0F-00C04FB93753}"
  7584.                     #if version >= 4
  7585.                 SUPPORTED !!SUPPORTED_Win2k
  7586.                 #endif
  7587.  
  7588.                     EXPLAIN !!MMC_Restrict_Explain
  7589.                     VALUENAME "Restrict_Run"
  7590.                         VALUEON   NUMERIC 0
  7591.                         VALUEOFF  NUMERIC 1
  7592.                 END POLICY
  7593.  
  7594.                 POLICY !!MMC_ConnectionSharingNAT
  7595.                     KEYNAME "Software\Policies\Microsoft\MMC\{C2FE450B-D6C2-11D0-A37B-00C04FC9DA04}"
  7596.                     #if version >= 4
  7597.                 SUPPORTED !!SUPPORTED_Win2k
  7598.                 #endif
  7599.  
  7600.                     EXPLAIN !!MMC_Restrict_Explain
  7601.                     VALUENAME "Restrict_Run"
  7602.                         VALUEON   NUMERIC 0
  7603.                         VALUEOFF  NUMERIC 1
  7604.                 END POLICY
  7605.  
  7606.                 POLICY !!MMC_DCOMCFG
  7607.                     KEYNAME "Software\Policies\Microsoft\MMC\{9EC88934-C774-11d1-87F4-00C04FC2C17B}"
  7608.                     #if version >= 4
  7609.                 SUPPORTED !!SUPPORTED_Win2k
  7610.                 #endif
  7611.  
  7612.                     EXPLAIN !!MMC_Restrict_Explain
  7613.                     VALUENAME "Restrict_Run"
  7614.                         VALUEON   NUMERIC 0
  7615.                         VALUEOFF  NUMERIC 1
  7616.                 END POLICY
  7617.  
  7618.                 POLICY !!MMC_DeviceManager
  7619.                     KEYNAME "Software\Policies\Microsoft\MMC\{74246bfc-4c96-11d0-abef-0020af6b0b7a}"
  7620.                     #if version >= 4
  7621.                 SUPPORTED !!SUPPORTED_Win2k
  7622.                 #endif
  7623.  
  7624.                     EXPLAIN !!MMC_Restrict_Explain
  7625.                     VALUENAME "Restrict_Run"
  7626.                         VALUEON   NUMERIC 0
  7627.                         VALUEOFF  NUMERIC 1
  7628.                 END POLICY
  7629.  
  7630.                 POLICY !!MMC_DHCPRelayMgmt
  7631.                     KEYNAME "Software\Policies\Microsoft\MMC\{C2FE4502-D6C2-11D0-A37B-00C04FC9DA04}"
  7632.                     #if version >= 4
  7633.                 SUPPORTED !!SUPPORTED_Win2k
  7634.                 #endif
  7635.  
  7636.                     EXPLAIN !!MMC_Restrict_Explain
  7637.                     VALUENAME "Restrict_Run"
  7638.                         VALUEON   NUMERIC 0
  7639.                         VALUEOFF  NUMERIC 1
  7640.                 END POLICY
  7641.  
  7642.                 POLICY !!MMC_EventViewer
  7643.                     KEYNAME "Software\Policies\Microsoft\MMC\{394C052E-B830-11D0-9A86-00C04FD8DBF7}"
  7644.                     #if version >= 4
  7645.                 SUPPORTED !!SUPPORTED_Win2k
  7646.                 #endif
  7647.  
  7648.                     EXPLAIN !!MMC_Restrict_Explain
  7649.                     VALUENAME "Restrict_Run"
  7650.                         VALUEON   NUMERIC 0
  7651.                         VALUEOFF  NUMERIC 1
  7652.                 END POLICY
  7653.  
  7654.         POLICY !!MMC_ExtendView
  7655.                 KEYNAME "Software\Policies\Microsoft\MMC\{B708457E-DB61-4C55-A92F-0D4B5E9B1224}"
  7656.                     #if version >= 4
  7657.             SUPPORTED !!SUPPORTED_WindowsXP
  7658.             #endif
  7659.  
  7660.                 EXPLAIN !!MMC_Restrict_Explain
  7661.                 VALUENAME "Restrict_Run"
  7662.                     VALUEON   NUMERIC 0
  7663.                     VALUEOFF  NUMERIC 1
  7664.             END POLICY
  7665.     
  7666.  
  7667.                 POLICY !!MMC_IASLogging
  7668.                     KEYNAME "Software\Policies\Microsoft\MMC\{2E19B602-48EB-11d2-83CA-00104BCA42CF}"
  7669.                     #if version >= 4
  7670.                 SUPPORTED !!SUPPORTED_Win2k
  7671.                 #endif
  7672.  
  7673.                     EXPLAIN !!MMC_Restrict_Explain
  7674.                     VALUENAME "Restrict_Run"
  7675.                         VALUEON   NUMERIC 0
  7676.                         VALUEOFF  NUMERIC 1
  7677.                 END POLICY
  7678.  
  7679.                 POLICY !!MMC_IGMPRouting
  7680.                     KEYNAME "Software\Policies\Microsoft\MMC\{C2FE4508-D6C2-11D0-A37B-00C04FC9DA04}"
  7681.                     #if version >= 4
  7682.                 SUPPORTED !!SUPPORTED_Win2k
  7683.                 #endif
  7684.  
  7685.                     EXPLAIN !!MMC_Restrict_Explain
  7686.                     VALUENAME "Restrict_Run"
  7687.                         VALUEON   NUMERIC 0
  7688.                         VALUEOFF  NUMERIC 1
  7689.                 END POLICY
  7690.  
  7691.                 POLICY !!MMC_IPRouting
  7692.                     KEYNAME "Software\Policies\Microsoft\MMC\{C2FE4500-D6C2-11D0-A37B-00C04FC9DA04}"
  7693.                     #if version >= 4
  7694.                 SUPPORTED !!SUPPORTED_Win2k
  7695.                 #endif
  7696.  
  7697.                     EXPLAIN !!MMC_Restrict_Explain
  7698.                     VALUENAME "Restrict_Run"
  7699.                         VALUEON   NUMERIC 0
  7700.                         VALUEOFF  NUMERIC 1
  7701.                 END POLICY
  7702.  
  7703.                 POLICY !!MMC_IPXRIPRouting
  7704.                     KEYNAME "Software\Policies\Microsoft\MMC\{90810502-38F1-11D1-9345-00C04FC9DA04}"
  7705.                     #if version >= 4
  7706.                 SUPPORTED !!SUPPORTED_Win2k
  7707.                 #endif
  7708.  
  7709.                     EXPLAIN !!MMC_Restrict_Explain
  7710.                     VALUENAME "Restrict_Run"
  7711.                         VALUEON   NUMERIC 0
  7712.                         VALUEOFF  NUMERIC 1
  7713.                 END POLICY
  7714.  
  7715.                 POLICY !!MMC_IPXRouting
  7716.                     KEYNAME "Software\Policies\Microsoft\MMC\{90810500-38F1-11D1-9345-00C04FC9DA04}"
  7717.                     #if version >= 4
  7718.                 SUPPORTED !!SUPPORTED_Win2k
  7719.                 #endif
  7720.  
  7721.                     EXPLAIN !!MMC_Restrict_Explain
  7722.                     VALUENAME "Restrict_Run"
  7723.                         VALUEON   NUMERIC 0
  7724.                         VALUEOFF  NUMERIC 1
  7725.                 END POLICY
  7726.  
  7727.                 POLICY !!MMC_IPXSAPRouting
  7728.                     KEYNAME "Software\Policies\Microsoft\MMC\{90810504-38F1-11D1-9345-00C04FC9DA04}"
  7729.                     #if version >= 4
  7730.                 SUPPORTED !!SUPPORTED_Win2k
  7731.                 #endif
  7732.  
  7733.                     EXPLAIN !!MMC_Restrict_Explain
  7734.                     VALUENAME "Restrict_Run"
  7735.                         VALUEON   NUMERIC 0
  7736.                         VALUEOFF  NUMERIC 1
  7737.                 END POLICY
  7738.  
  7739.                 POLICY !!MMC_LogicalMappedDrives
  7740.                     KEYNAME "Software\Policies\Microsoft\MMC\{6E8E0081-19CD-11D1-AD91-00AA00B8E05A}"
  7741.                     #if version >= 4
  7742.                 SUPPORTED !!SUPPORTED_Win2k
  7743.                 #endif
  7744.  
  7745.                     EXPLAIN !!MMC_Restrict_Explain
  7746.                     VALUENAME "Restrict_Run"
  7747.                         VALUEON   NUMERIC 0
  7748.                         VALUEOFF  NUMERIC 1
  7749.                 END POLICY
  7750.  
  7751.                 POLICY !!MMC_OSPFRouting
  7752.                     KEYNAME "Software\Policies\Microsoft\MMC\{C2FE4506-D6C2-11D0-A37B-00C04FC9DA04}"
  7753.                     #if version >= 4
  7754.                 SUPPORTED !!SUPPORTED_Win2k
  7755.                 #endif
  7756.  
  7757.                     EXPLAIN !!MMC_Restrict_Explain
  7758.                     VALUENAME "Restrict_Run"
  7759.                         VALUEON   NUMERIC 0
  7760.                         VALUEOFF  NUMERIC 1
  7761.                 END POLICY
  7762.  
  7763.                 POLICY !!MMC_PublicKey
  7764.                     KEYNAME "Software\Policies\Microsoft\MMC\{34AB8E82-C27E-11D1-A6C0-00C04FB94F17}"
  7765.                     #if version >= 4
  7766.                 SUPPORTED !!SUPPORTED_Win2k
  7767.                 #endif
  7768.  
  7769.                     EXPLAIN !!MMC_Restrict_Explain
  7770.                     VALUENAME "Restrict_Run"
  7771.                         VALUEON   NUMERIC 0
  7772.                         VALUEOFF  NUMERIC 1
  7773.                 END POLICY
  7774.  
  7775.                 POLICY !!MMC_RAS_DialinUser
  7776.                     KEYNAME "Software\Policies\Microsoft\MMC\{B52C1E50-1DD2-11D1-BC43-00C04FC31FD3}"
  7777.                     #if version >= 4
  7778.                 SUPPORTED !!SUPPORTED_Win2k
  7779.                 #endif
  7780.  
  7781.                     EXPLAIN !!MMC_Restrict_Explain
  7782.                     VALUENAME "Restrict_Run"
  7783.                         VALUEON   NUMERIC 0
  7784.                         VALUEOFF  NUMERIC 1
  7785.                 END POLICY
  7786.  
  7787.                 POLICY !!MMC_RemoteAccess
  7788.                     KEYNAME "Software\Policies\Microsoft\MMC\{5880CD5C-8EC0-11d1-9570-0060B0576642}"
  7789.                     #if version >= 4
  7790.                 SUPPORTED !!SUPPORTED_Win2k
  7791.                 #endif
  7792.  
  7793.                     EXPLAIN !!MMC_Restrict_Explain
  7794.                     VALUENAME "Restrict_Run"
  7795.                         VALUEON   NUMERIC 0
  7796.                         VALUEOFF  NUMERIC 1
  7797.                 END POLICY
  7798.  
  7799.                 POLICY !!MMC_RemStore
  7800.                     KEYNAME "Software\Policies\Microsoft\MMC\{243E20B0-48ED-11D2-97DA-00A024D77700}"
  7801.                     #if version >= 4
  7802.                 SUPPORTED !!SUPPORTED_Win2k
  7803.                 #endif
  7804.  
  7805.                     EXPLAIN !!MMC_Restrict_Explain
  7806.                     VALUENAME "Restrict_Run"
  7807.                         VALUEON   NUMERIC 0
  7808.                         VALUEOFF  NUMERIC 1
  7809.                 END POLICY
  7810.  
  7811.                 POLICY !!MMC_RIPRouting
  7812.                     KEYNAME "Software\Policies\Microsoft\MMC\{C2FE4504-D6C2-11D0-A37B-00C04FC9DA04}"
  7813.                     #if version >= 4
  7814.                 SUPPORTED !!SUPPORTED_Win2k
  7815.                 #endif
  7816.  
  7817.                     EXPLAIN !!MMC_Restrict_Explain
  7818.                     VALUENAME "Restrict_Run"
  7819.                         VALUEON   NUMERIC 0
  7820.                         VALUEOFF  NUMERIC 1
  7821.                 END POLICY
  7822.  
  7823.                 POLICY !!MMC_Routing
  7824.                     KEYNAME "Software\Policies\Microsoft\MMC\{DAB1A262-4FD7-11D1-842C-00C04FB6C218}"
  7825.                     #if version >= 4
  7826.                 SUPPORTED !!SUPPORTED_Win2k
  7827.                 #endif
  7828.  
  7829.                     EXPLAIN !!MMC_Restrict_Explain
  7830.                     VALUENAME "Restrict_Run"
  7831.                         VALUEON   NUMERIC 0
  7832.                         VALUEOFF  NUMERIC 1
  7833.                 END POLICY
  7834.  
  7835.         POLICY !!MMC_SharedFolders_Ext
  7836.                     KEYNAME "Software\Policies\Microsoft\MMC\{58221C69-EA27-11CF-ADCF-00AA00A80033}"
  7837.                     #if version >= 4
  7838.             SUPPORTED !!SUPPORTED_Win2k
  7839.             #endif
  7840.  
  7841.                     EXPLAIN !!MMC_Restrict_Explain
  7842.                     VALUENAME "Restrict_Run"
  7843.                        VALUEON   NUMERIC 0
  7844.                        VALUEOFF  NUMERIC 1
  7845.             END POLICY
  7846.  
  7847.  
  7848.  
  7849.                 POLICY !!MMC_SendConsoleMessage
  7850.                     KEYNAME "Software\Policies\Microsoft\MMC\{B1AFF7D0-0C49-11D1-BB12-00C04FC9A3A3}"
  7851.                     #if version >= 4
  7852.                 SUPPORTED !!SUPPORTED_Win2k
  7853.                 #endif
  7854.  
  7855.                     EXPLAIN !!MMC_Restrict_Explain
  7856.                     VALUENAME "Restrict_Run"
  7857.                         VALUEON   NUMERIC 0
  7858.                         VALUEOFF  NUMERIC 1
  7859.                 END POLICY
  7860.  
  7861.                 POLICY !!MMC_ServiceDependencies
  7862.                     #if version >= 4
  7863.                 SUPPORTED !!SUPPORTED_Win2k
  7864.                 #endif
  7865.  
  7866.                     KEYNAME "Software\Policies\Microsoft\MMC\{BD95BA60-2E26-AAD1-AD99-00AA00B8E05A}"
  7867.                     EXPLAIN !!MMC_Restrict_Explain
  7868.                     VALUENAME "Restrict_Run"
  7869.                         VALUEON   NUMERIC 0
  7870.                         VALUEOFF  NUMERIC 1
  7871.                 END POLICY
  7872.  
  7873.                 POLICY !!MMC_SMTPProtocol
  7874.                     #if version >= 4
  7875.                 SUPPORTED !!SUPPORTED_Win2k
  7876.                 #endif
  7877.  
  7878.                     KEYNAME "Software\Policies\Microsoft\MMC\{03f1f940-a0f2-11d0-bb77-00aa00a1eab7}"
  7879.                     EXPLAIN !!MMC_Restrict_Explain
  7880.                     VALUENAME "Restrict_Run"
  7881.                         VALUEON   NUMERIC 0
  7882.                         VALUEOFF  NUMERIC 1
  7883.                 END POLICY
  7884.  
  7885.                 POLICY !!MMC_SNMP
  7886.                     KEYNAME "Software\Policies\Microsoft\MMC\{7AF60DD3-4979-11D1-8A6C-00C04FC33566}"
  7887.                     #if version >= 4
  7888.                 SUPPORTED !!SUPPORTED_Win2k
  7889.                 #endif
  7890.  
  7891.                     EXPLAIN !!MMC_Restrict_Explain
  7892.                     VALUENAME "Restrict_Run"
  7893.                         VALUEON   NUMERIC 0
  7894.                         VALUEOFF  NUMERIC 1
  7895.                 END POLICY
  7896.  
  7897.                 POLICY !!MMC_SysProp
  7898.                     KEYNAME "Software\Policies\Microsoft\MMC\{0F3621F1-23C6-11D1-AD97-00AA00B88E5A}"
  7899.                     #if version >= 4
  7900.                 SUPPORTED !!SUPPORTED_Win2k
  7901.                 #endif
  7902.  
  7903.                     EXPLAIN !!MMC_Restrict_Explain
  7904.                     VALUENAME "Restrict_Run"
  7905.                         VALUEON   NUMERIC 0
  7906.                         VALUEOFF  NUMERIC 1
  7907.                 END POLICY
  7908.  
  7909.             END CATEGORY ;; MMC_ExtensionSnapins
  7910.  
  7911.  
  7912.             CATEGORY !!MMC_GroupPolicy
  7913.         #if version >= 4
  7914.         EXPLAIN !!MMC_GroupPolicy_Help
  7915.         #endif
  7916.  
  7917.        
  7918.         POLICY !!MMC_GroupPolicySnapIn
  7919.                     KEYNAME "Software\Policies\Microsoft\MMC\{8FC0B734-A0E1-11D1-A7D3-0000F87571E3}"
  7920.                     #if version >= 4
  7921.                 SUPPORTED !!SUPPORTED_Win2k
  7922.                 #endif
  7923.  
  7924.                     EXPLAIN !!MMC_Restrict_Explain
  7925.                     VALUENAME "Restrict_Run"
  7926.                         VALUEON   NUMERIC 0
  7927.                         VALUEOFF  NUMERIC 1
  7928.                 END POLICY
  7929.  
  7930.                 POLICY !!MMC_GroupPolicyTab
  7931.                     KEYNAME "Software\Policies\Microsoft\MMC\{D70A2BEA-A63E-11D1-A7D4-0000F87571E3}"
  7932.                     #if version >= 4
  7933.                 SUPPORTED !!SUPPORTED_Win2k
  7934.                 #endif
  7935.  
  7936.                     EXPLAIN !!MMC_Restrict_Explain
  7937.                     VALUENAME "Restrict_Run"
  7938.                         VALUEON   NUMERIC 0
  7939.                         VALUEOFF  NUMERIC 1
  7940.                 END POLICY
  7941.  
  7942.  
  7943.         POLICY !!MMC_ResultantSetOfPolicySnapIn
  7944.                     KEYNAME "Software\Policies\Microsoft\MMC\{6DC3804B-7212-458D-ADB0-9A07E2AE1FA2}"
  7945.                     #if version >= 4
  7946.                 SUPPORTED !!SUPPORTED_WindowsXP
  7947.             #endif
  7948.  
  7949.                     EXPLAIN !!MMC_Restrict_Explain
  7950.                     VALUENAME "Restrict_Run"
  7951.                         VALUEON   NUMERIC 0
  7952.                         VALUEOFF  NUMERIC 1
  7953.                 END POLICY
  7954.  
  7955.  
  7956.         CATEGORY !!MMC_GroupPolicy_GPSnapin
  7957.         #if version >= 4
  7958.         EXPLAIN !!MMC_GroupPolicy_GPSnapin_Help
  7959.         #endif
  7960.  
  7961.  
  7962.  
  7963.                 POLICY !!MMC_ADMComputers
  7964.                     KEYNAME "Software\Policies\Microsoft\MMC\{0F6B957D-509E-11D1-A7CC-0000F87571E3}"
  7965.                     #if version >= 4
  7966.                 SUPPORTED !!SUPPORTED_Win2k
  7967.                 #endif
  7968.  
  7969.                     EXPLAIN !!MMC_Restrict_Explain
  7970.                     VALUENAME "Restrict_Run"
  7971.                         VALUEON   NUMERIC 0
  7972.                         VALUEOFF  NUMERIC 1
  7973.                 END POLICY
  7974.  
  7975.                 POLICY !!MMC_ADMUsers
  7976.                     KEYNAME "Software\Policies\Microsoft\MMC\{0F6B957E-509E-11D1-A7CC-0000F87571E3}"
  7977.                     #if version >= 4
  7978.                 SUPPORTED !!SUPPORTED_Win2k
  7979.                 #endif
  7980.  
  7981.                     EXPLAIN !!MMC_Restrict_Explain
  7982.                     VALUENAME "Restrict_Run"
  7983.                         VALUEON   NUMERIC 0
  7984.                         VALUEOFF  NUMERIC 1
  7985.                 END POLICY
  7986.  
  7987.                 POLICY !!MMC_FolderRedirection
  7988.                     KEYNAME "Software\Policies\Microsoft\MMC\{88E729D6-BDC1-11D1-BD2A-00C04FB9603F}"
  7989.                     #if version >= 4
  7990.                 SUPPORTED !!SUPPORTED_Win2k
  7991.                 #endif
  7992.  
  7993.                     EXPLAIN !!MMC_Restrict_Explain
  7994.                     VALUENAME "Restrict_Run"
  7995.                         VALUEON   NUMERIC 0
  7996.                         VALUEOFF  NUMERIC 1
  7997.                 END POLICY
  7998.  
  7999.                 POLICY !!MMC_IEMaintenance
  8000.                     KEYNAME "Software\Policies\Microsoft\MMC\{FC715823-C5FB-11D1-9EEF-00A0C90347FF}"
  8001.                     #if version >= 4
  8002.                 SUPPORTED !!SUPPORTED_Win2k
  8003.                 #endif
  8004.  
  8005.                     EXPLAIN !!MMC_Restrict_Explain
  8006.                     VALUENAME "Restrict_Run"
  8007.                         VALUEON   NUMERIC 0
  8008.                         VALUEOFF  NUMERIC 1
  8009.                 END POLICY
  8010.  
  8011.                 POLICY !!MMC_RIS
  8012.                     KEYNAME "Software\Policies\Microsoft\MMC\{3060E8CE-7020-11D2-842D-00C04FA372D4}"
  8013.                     #if version >= 4
  8014.                 SUPPORTED !!SUPPORTED_Win2k
  8015.                 #endif
  8016.  
  8017.                     EXPLAIN !!MMC_Restrict_Explain
  8018.                     VALUENAME "Restrict_Run"
  8019.                         VALUEON   NUMERIC 0
  8020.                         VALUEOFF  NUMERIC 1
  8021.                 END POLICY
  8022.  
  8023.                 POLICY !!MMC_ScriptsUser
  8024.                     KEYNAME "Software\Policies\Microsoft\MMC\{40B66650-4972-11D1-A7CA-0000F87571E3}"
  8025.                     #if version >= 4
  8026.                 SUPPORTED !!SUPPORTED_Win2k
  8027.                 #endif
  8028.  
  8029.                     EXPLAIN !!MMC_Restrict_Explain
  8030.                     VALUENAME "Restrict_Run"
  8031.                         VALUEON   NUMERIC 0
  8032.                         VALUEOFF  NUMERIC 1
  8033.                 END POLICY
  8034.  
  8035.                 POLICY !!MMC_ScriptsMachine
  8036.                     KEYNAME "Software\Policies\Microsoft\MMC\{40B6664F-4972-11D1-A7CA-0000F87571E3}"
  8037.                     #if version >= 4
  8038.                 SUPPORTED !!SUPPORTED_Win2k
  8039.                 #endif
  8040.  
  8041.                     EXPLAIN !!MMC_Restrict_Explain
  8042.                     VALUENAME "Restrict_Run"
  8043.                         VALUEON   NUMERIC 0
  8044.                         VALUEOFF  NUMERIC 1
  8045.                 END POLICY
  8046.  
  8047.                 POLICY !!MMC_SecuritySettings
  8048.                     KEYNAME "Software\Policies\Microsoft\MMC\{803E14A0-B4FB-11D0-A0D0-00A0C90F574B}"
  8049.                     #if version >= 4
  8050.                 SUPPORTED !!SUPPORTED_Win2k
  8051.                 #endif
  8052.  
  8053.                     EXPLAIN !!MMC_Restrict_Explain
  8054.                     VALUENAME "Restrict_Run"
  8055.                         VALUEON   NUMERIC 0
  8056.                         VALUEOFF  NUMERIC 1
  8057.                 END POLICY
  8058.  
  8059.                 POLICY !!MMC_SoftwareInstalationComputers
  8060.                     KEYNAME "Software\Policies\Microsoft\MMC\{942A8E4F-A261-11D1-A760-00C04FB9603F}"
  8061.                     #if version >= 4
  8062.                 SUPPORTED !!SUPPORTED_Win2k
  8063.                 #endif
  8064.  
  8065.                     EXPLAIN !!MMC_Restrict_Explain
  8066.                     VALUENAME "Restrict_Run"
  8067.                         VALUEON   NUMERIC 0
  8068.                         VALUEOFF  NUMERIC 1
  8069.                 END POLICY
  8070.  
  8071.                 POLICY !!MMC_SoftwareInstallationUsers
  8072.                     KEYNAME "Software\Policies\Microsoft\MMC\{BACF5C8A-A3C7-11D1-A760-00C04FB9603F}"
  8073.                     #if version >= 4
  8074.                 SUPPORTED !!SUPPORTED_Win2k
  8075.                 #endif
  8076.  
  8077.                     EXPLAIN !!MMC_Restrict_Explain
  8078.                     VALUENAME "Restrict_Run"
  8079.                         VALUEON   NUMERIC 0
  8080.                         VALUEOFF  NUMERIC 1
  8081.                 END POLICY
  8082.  
  8083.         END CATEGORY ;; MMC_GroupPolicy_GPSnapin         
  8084.  
  8085.  
  8086.         CATEGORY !!MMC_GroupPolicy_RSoPSnapin
  8087.         #if version >= 4
  8088.         EXPLAIN !!MMC_GroupPolicy_RSoPSnapin_Help
  8089.         #endif
  8090.  
  8091.  
  8092.                 POLICY !!MMC_ADMComputers
  8093.                     KEYNAME "Software\Policies\Microsoft\MMC\{B6F9C8AE-EF3A-41C8-A911-37370C331DD4}"
  8094.                     #if version >= 4
  8095.                 SUPPORTED !!SUPPORTED_WindowsXP
  8096.                 #endif
  8097.  
  8098.                     EXPLAIN !!MMC_Restrict_Explain
  8099.                     VALUENAME "Restrict_Run"
  8100.                         VALUEON   NUMERIC 0
  8101.                         VALUEOFF  NUMERIC 1
  8102.                 END POLICY
  8103.  
  8104.                 POLICY !!MMC_ADMUsers
  8105.                     KEYNAME "Software\Policies\Microsoft\MMC\{B6F9C8AF-EF3A-41C8-A911-37370C331DD4}"
  8106.                     #if version >= 4
  8107.                 SUPPORTED !!SUPPORTED_WindowsXP
  8108.                 #endif
  8109.  
  8110.                     EXPLAIN !!MMC_Restrict_Explain
  8111.                     VALUENAME "Restrict_Run"
  8112.                         VALUEON   NUMERIC 0
  8113.                         VALUEOFF  NUMERIC 1
  8114.                 END POLICY
  8115.  
  8116.                 POLICY !!MMC_FolderRedirection
  8117.                     KEYNAME "Software\Policies\Microsoft\MMC\{c40d66a0-e90c-46c6-aa3b-473e38c72bf2}"
  8118.                     #if version >= 4
  8119.                 SUPPORTED !!SUPPORTED_WindowsXP
  8120.                 #endif
  8121.  
  8122.                     EXPLAIN !!MMC_Restrict_Explain
  8123.                     VALUENAME "Restrict_Run"
  8124.                         VALUEON   NUMERIC 0
  8125.                         VALUEOFF  NUMERIC 1
  8126.                 END POLICY
  8127.  
  8128.                 POLICY !!MMC_IEMaintenance
  8129.                     KEYNAME "Software\Policies\Microsoft\MMC\{d524927d-6c08-46bf-86af-391534d779d3}"
  8130.                     #if version >= 4
  8131.                 SUPPORTED !!SUPPORTED_WindowsXP
  8132.                 #endif
  8133.  
  8134.                     EXPLAIN !!MMC_Restrict_Explain
  8135.                     VALUENAME "Restrict_Run"
  8136.                         VALUEON   NUMERIC 0
  8137.                         VALUEOFF  NUMERIC 1
  8138.                 END POLICY
  8139.  
  8140.                 POLICY !!MMC_ScriptsUser
  8141.                     KEYNAME "Software\Policies\Microsoft\MMC\{40B66661-4972-11d1-A7CA-0000F87571E3}"
  8142.                     #if version >= 4
  8143.                 SUPPORTED !!SUPPORTED_WindowsXP
  8144.                 #endif
  8145.  
  8146.                     EXPLAIN !!MMC_Restrict_Explain
  8147.                     VALUENAME "Restrict_Run"
  8148.                         VALUEON   NUMERIC 0
  8149.                         VALUEOFF  NUMERIC 1
  8150.                 END POLICY
  8151.  
  8152.                 POLICY !!MMC_ScriptsMachine
  8153.                     KEYNAME "Software\Policies\Microsoft\MMC\{40B66660-4972-11d1-A7CA-0000F87571E3}"
  8154.                     #if version >= 4
  8155.                 SUPPORTED !!SUPPORTED_WindowsXP
  8156.                 #endif
  8157.  
  8158.                     EXPLAIN !!MMC_Restrict_Explain
  8159.                     VALUENAME "Restrict_Run"
  8160.                         VALUEON   NUMERIC 0
  8161.                         VALUEOFF  NUMERIC 1
  8162.                 END POLICY
  8163.  
  8164.                 POLICY !!MMC_SecuritySettings
  8165.                     KEYNAME "Software\Policies\Microsoft\MMC\{fe883157-cebd-4570-b7a2-e4fe06abe626}"
  8166.                     #if version >= 4
  8167.                 SUPPORTED !!SUPPORTED_WindowsXP
  8168.                 #endif
  8169.  
  8170.                     EXPLAIN !!MMC_Restrict_Explain
  8171.                     VALUENAME "Restrict_Run"
  8172.                         VALUEON   NUMERIC 0
  8173.                         VALUEOFF  NUMERIC 1
  8174.                 END POLICY
  8175.  
  8176.                 POLICY !!MMC_SoftwareInstalationComputers
  8177.                     KEYNAME "Software\Policies\Microsoft\MMC\{7E45546F-6D52-4D10-B702-9C2E67232E62}"
  8178.                     #if version >= 4
  8179.                 SUPPORTED !!SUPPORTED_WindowsXP
  8180.                 #endif
  8181.  
  8182.                     EXPLAIN !!MMC_Restrict_Explain
  8183.                     VALUENAME "Restrict_Run"
  8184.                         VALUEON   NUMERIC 0
  8185.                         VALUEOFF  NUMERIC 1
  8186.                 END POLICY
  8187.  
  8188.                 POLICY !!MMC_SoftwareInstallationUsers
  8189.                     KEYNAME "Software\Policies\Microsoft\MMC\{1BC972D6-555C-4FF7-BE2C-C584021A0A6A}"
  8190.                     #if version >= 4
  8191.                 SUPPORTED !!SUPPORTED_WindowsXP
  8192.                 #endif
  8193.  
  8194.                     EXPLAIN !!MMC_Restrict_Explain
  8195.                     VALUENAME "Restrict_Run"
  8196.                         VALUEON   NUMERIC 0
  8197.                         VALUEOFF  NUMERIC 1
  8198.                 END POLICY
  8199.  
  8200.         END CATEGORY ;; MMC_GroupPolicy_RSOPSnapin
  8201.  
  8202.  
  8203.             END CATEGORY ;; MMC_GroupPolicy
  8204.     
  8205.         END CATEGORY ;; MMC_RESTRICT
  8206.  
  8207.     END CATEGORY ;; MMC
  8208.  
  8209.  
  8210.     CATEGORY !!TaskScheduler
  8211.     #if version >= 4
  8212.     EXPLAIN !!TaskScheduler_Help
  8213.     #endif
  8214.  
  8215.         KEYNAME "Software\Policies\Microsoft\Windows\Task Scheduler5.0"
  8216.  
  8217.         POLICY !!PropertyPages
  8218.             EXPLAIN !!PropertyPagesHelp
  8219.             #if version >= 4
  8220.         SUPPORTED !!SUPPORTED_Win2k
  8221.         #endif
  8222.  
  8223.         VALUENAME "Property Pages"
  8224.         END POLICY
  8225.     
  8226.         POLICY !!Execution
  8227.             #if version >= 4
  8228.         SUPPORTED !!SUPPORTED_Win2k
  8229.         #endif
  8230.  
  8231.             EXPLAIN !!ExecutionHelp
  8232.             VALUENAME "Execution"
  8233.         END POLICY
  8234.     
  8235.         POLICY !!DragAndDrop
  8236.                #if version >= 4
  8237.         SUPPORTED !!SUPPORTED_Win2k
  8238.         #endif
  8239.  
  8240.             EXPLAIN !!DragAndDropHelp
  8241.         VALUENAME "DragAndDrop"
  8242.         END POLICY
  8243.     
  8244.         POLICY !!TaskCreation
  8245.                #if version >= 4
  8246.         SUPPORTED !!SUPPORTED_Win2k
  8247.         #endif
  8248.     
  8249.             EXPLAIN !!TaskCreationHelp
  8250.             VALUENAME "Task Creation"
  8251.         END POLICY
  8252.   
  8253.         POLICY !!TaskDeletion
  8254.             #if version >= 4
  8255.         SUPPORTED !!SUPPORTED_Win2k
  8256.         #endif
  8257.  
  8258.             EXPLAIN !!TaskDeletionHelp
  8259.         VALUENAME "Task Deletion"
  8260.         END POLICY
  8261.  
  8262.         POLICY !!DisableAdvanced
  8263.             #if version >= 4
  8264.         SUPPORTED !!SUPPORTED_Win2k
  8265.         #endif
  8266.  
  8267.             EXPLAIN !!DisableAdvancedHelp
  8268.             VALUENAME "Disable Advanced"
  8269.         END POLICY
  8270.  
  8271.         POLICY !!AllowBrowse
  8272.                #if version >= 4
  8273.         SUPPORTED !!SUPPORTED_Win2k
  8274.         #endif
  8275.  
  8276.             EXPLAIN !!AllowBrowseHelp
  8277.             VALUENAME "Allow Browse"
  8278.         END POLICY
  8279.  
  8280.     END CATEGORY ;Task Scheduler        
  8281.  
  8282.  
  8283.    CATEGORY !!TS_GP_NODE
  8284.     #if version >= 4
  8285.     EXPLAIN !!TS_User_Help
  8286.     #endif
  8287.  
  8288.      KEYNAME     "SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services"
  8289.     
  8290.     POLICY  !!TS_START_PROGRAM
  8291.     #if version >= 4
  8292.     SUPPORTED !!TS_SUPPORTED_WindowsXP
  8293.     #endif
  8294.     EXPLAIN !!TS_START_PROGRAM_EXPLAIN 
  8295.     PART !!TS_PROGRAM_NAME EDITTEXT REQUIRED
  8296.     VALUENAME   "InitialProgram"    
  8297.     END PART
  8298.     
  8299.     PART !!TS_WORKDIR EDITTEXT 
  8300.     VALUENAME   "WorkDirectory"    
  8301.     END PART
  8302.     
  8303.     VALUENAME   "fInheritInitialProgram"
  8304.     
  8305.     END POLICY
  8306.  
  8307.  
  8308.         
  8309.     CATEGORY !!TS_Sessions
  8310.     #if version >= 4
  8311.     EXPLAIN !!TS_Sessions_User_Help
  8312.     #endif
  8313.  
  8314.   
  8315.         POLICY  !!TS_Sessions_Disconnected_Timeout
  8316.         #if version >= 4
  8317.         SUPPORTED !!TS_SUPPORTED_WindowsXP
  8318.         #endif
  8319.         EXPLAIN !!TS_SESSIONS_DISCONNECTED_TIMEOUT_EXPLAIN
  8320.         ACTIONLISTOFF
  8321.         VALUENAME "MaxDisconnectionTime" VALUE "0"
  8322.         END ACTIONLISTOFF
  8323.         
  8324.         PART !!TS_Sessions_EndDisconnected DROPDOWNLIST NOSORT 
  8325.         VALUENAME "MaxDisconnectionTime"
  8326.         ITEMLIST
  8327.         NAME !!TS_TIME_NEVER  VALUE    NUMERIC 0   DEFAULT
  8328.         NAME !!TS_TIME_1MIN   VALUE    NUMERIC 60000 
  8329.         NAME !!TS_TIME_5MIN   VALUE    NUMERIC 300000
  8330.         NAME !!TS_TIME_10MIN   VALUE   NUMERIC 600000
  8331.         NAME !!TS_TIME_15MIN   VALUE   NUMERIC 900000
  8332.         NAME !!TS_TIME_30MIN   VALUE   NUMERIC 1800000
  8333.         NAME !!TS_TIME_1HR   VALUE     NUMERIC 3600000
  8334.         NAME !!TS_TIME_2HR   VALUE     NUMERIC 7200000
  8335.         NAME !!TS_TIME_3HR   VALUE     NUMERIC 10800000
  8336.         NAME !!TS_TIME_1DAY   VALUE    NUMERIC 86400000
  8337.         NAME !!TS_TIME_2DAY   VALUE    NUMERIC 172800000
  8338.         END ITEMLIST
  8339.         END PART
  8340.         END POLICY    
  8341.     
  8342.         POLICY  !!TS_Sessions_Limits
  8343.         #if version >= 4
  8344.         SUPPORTED !!TS_SUPPORTED_WindowsXP
  8345.         #endif
  8346.         EXPLAIN !!TS_SESSIONS_LIMITS_EXPLAIN    
  8347.         PART !!TS_Sessions_ActiveLimit DROPDOWNLIST NOSORT 
  8348.         VALUENAME "MaxConnectionTime"
  8349.         ITEMLIST
  8350.         NAME !!TS_TIME_NEVER  VALUE    NUMERIC 0   DEFAULT
  8351.         NAME !!TS_TIME_1MIN   VALUE    NUMERIC 60000
  8352.         NAME !!TS_TIME_5MIN   VALUE    NUMERIC 300000
  8353.         NAME !!TS_TIME_10MIN   VALUE   NUMERIC 600000
  8354.         NAME !!TS_TIME_15MIN   VALUE   NUMERIC 900000
  8355.         NAME !!TS_TIME_30MIN   VALUE   NUMERIC 1800000
  8356.         NAME !!TS_TIME_1HR   VALUE     NUMERIC 3600000
  8357.         NAME !!TS_TIME_2HR   VALUE     NUMERIC 7200000
  8358.         NAME !!TS_TIME_3HR   VALUE     NUMERIC 10800000
  8359.         NAME !!TS_TIME_1DAY   VALUE    NUMERIC 86400000
  8360.         NAME !!TS_TIME_2DAY   VALUE    NUMERIC 172800000
  8361.         END ITEMLIST
  8362.         END PART
  8363.         
  8364.         END POLICY
  8365.         
  8366.         POLICY  !!TS_Sessions_Idle_Limit
  8367.         #if version >= 4
  8368.         SUPPORTED !!TS_SUPPORTED_WindowsXP
  8369.         #endif
  8370.         EXPLAIN !!TS_SESSIONS_IDLE_LIMIT_EXPLAIN
  8371.         PART !!TS_Sessions_IdleLimitText DROPDOWNLIST NOSORT 
  8372.         VALUENAME "MaxIdleTime" REQUIRED
  8373.         ITEMLIST
  8374.         
  8375.         NAME !!TS_TIME_NEVER  VALUE    NUMERIC 0   DEFAULT
  8376.         NAME !!TS_TIME_1MIN   VALUE    NUMERIC 60000
  8377.         NAME !!TS_TIME_5MIN   VALUE    NUMERIC 300000
  8378.         NAME !!TS_TIME_10MIN   VALUE   NUMERIC 600000
  8379.         NAME !!TS_TIME_15MIN   VALUE   NUMERIC 900000
  8380.         NAME !!TS_TIME_30MIN   VALUE   NUMERIC 1800000
  8381.         NAME !!TS_TIME_1HR   VALUE     NUMERIC 3600000
  8382.         NAME !!TS_TIME_2HR   VALUE     NUMERIC 7200000
  8383.         NAME !!TS_TIME_3HR   VALUE     NUMERIC 10800000
  8384.         NAME !!TS_TIME_1DAY   VALUE    NUMERIC 86400000
  8385.         NAME !!TS_TIME_2DAY   VALUE    NUMERIC 172800000
  8386.         END ITEMLIST
  8387.         END PART
  8388.        
  8389.         END POLICY
  8390.         
  8391.         POLICY  !!TS_Sessions_Reconnect_Same
  8392.         #if version >= 4
  8393.         SUPPORTED !!TS_SUPPORTED_WindowsXP
  8394.         #endif
  8395.         EXPLAIN !!TS_SESSIONS_RECONNECT_SAME_EXPLAIN
  8396.         VALUENAME "fReconnectSame" 
  8397.         VALUEON  NUMERIC 1  
  8398.         VALUEOFF NUMERIC 0      
  8399.         END POLICY
  8400.         
  8401.         POLICY !!TS_Session_End_On_Limit 
  8402.         #if version >= 4
  8403.         SUPPORTED !!TS_SUPPORTED_WindowsXP
  8404.         #endif
  8405.  
  8406.         EXPLAIN !!TS_SESSION_END_ON_LIMIT_EXPLAIN
  8407.         VALUENAME "fResetBroken" 
  8408.         VALUEON  NUMERIC 1  
  8409.         VALUEOFF NUMERIC 0      
  8410.         END POLICY
  8411.     
  8412.     END CATEGORY
  8413.  
  8414.     POLICY  !!TS_RemoteControl
  8415.     #if version >= 4
  8416.     SUPPORTED !!TS_SUPPORTED_WindowsXP
  8417.     #endif
  8418.     EXPLAIN !!TS_RemoteControl_EXPLAIN 
  8419.     PART !!TS_RemoteControl_Levels DROPDOWNLIST NOSORT                                                               
  8420.     VALUENAME "Shadow"
  8421.     ITEMLIST
  8422.     NAME !!TS_RemoteControl_0  VALUE    NUMERIC 0   DEFAULT
  8423.     NAME !!TS_RemoteControl_1  VALUE    NUMERIC 1   
  8424.     NAME !!TS_RemoteControl_2  VALUE    NUMERIC 2   
  8425.     NAME !!TS_RemoteControl_3  VALUE    NUMERIC 3   
  8426.     NAME !!TS_RemoteControl_4  VALUE    NUMERIC 4   
  8427.     END ITEMLIST
  8428.     END PART
  8429.     
  8430.     
  8431.     END POLICY
  8432.  
  8433.     END CATEGORY ; TS_GP_NODE
  8434.  
  8435.     CATEGORY !!MSI
  8436.     #if version >= 4
  8437.     EXPLAIN !!MSI_Help
  8438.     #endif
  8439.  
  8440.         KEYNAME "Software\Policies\Microsoft\Windows\Installer"
  8441.  
  8442.             POLICY !!AlwaysInstallElevated
  8443.                     #if version >= 4
  8444.             SUPPORTED !!SUPPORTED_Win2k
  8445.             #endif
  8446.  
  8447.                 EXPLAIN !!AlwaysInstallElevated_Help
  8448.                 VALUENAME "AlwaysInstallElevated"
  8449.                 VALUEON NUMERIC 1
  8450.                 VALUEOFF NUMERIC 0
  8451.  
  8452.  
  8453.             PART !!Blank TEXT
  8454.             END PART
  8455.             PART !!UserANDMachineT TEXT
  8456.             END PART
  8457.         END POLICY
  8458.  
  8459.             POLICY !!SearchOrder
  8460.                     #if version >= 4
  8461.             SUPPORTED !!SUPPORTED_Win2k
  8462.             #endif
  8463.  
  8464.                 EXPLAIN !!SearchOrder_Help
  8465.                 PART !!SearchOrder EDITTEXT
  8466.                     VALUENAME "SearchOrder"
  8467.                 DEFAULT nmu
  8468.             END PART
  8469.           
  8470.         PART !!SearchOrderT1 TEXT
  8471.             END PART
  8472.             PART !!SearchOrderT2 TEXT
  8473.             END PART
  8474.         END POLICY
  8475.  
  8476.  
  8477.             POLICY !!DisableRollback
  8478.                     #if version >= 4
  8479.             SUPPORTED !!SUPPORTED_Win2k
  8480.             #endif
  8481.  
  8482.                 EXPLAIN !!DisableRollback_Help
  8483.                 VALUENAME "DisableRollback"
  8484.             VALUEON NUMERIC 1
  8485.             VALUEOFF NUMERIC 0
  8486.  
  8487.             PART !!Blank          TEXT
  8488.             END PART
  8489.             PART !!UserORMachineT TEXT
  8490.             END PART
  8491.         END POLICY
  8492.  
  8493.             POLICY !!DisableMedia
  8494.                     #if version >= 4
  8495.             SUPPORTED !!SUPPORTED_Win2k
  8496.             #endif
  8497.  
  8498.                 EXPLAIN !!DisableMedia_Help
  8499.                 VALUENAME "DisableMedia"
  8500.             VALUEON NUMERIC 1
  8501.             VALUEOFF NUMERIC 0
  8502.      
  8503.         END POLICY
  8504.     
  8505.     END CATEGORY ; MSI
  8506.  
  8507.     CATEGORY !!WinMSG_WindowsMsg
  8508.     #if version >= 4
  8509.     EXPLAIN !!WinMSG_WindowsMsg_Help
  8510.     #endif
  8511.  
  8512.  
  8513.     KEYNAME "Software\Policies\Microsoft\Messenger\Client"
  8514.  
  8515.     POLICY !!WinMSG_NoWindowsMsg_User
  8516.         #if version >= 4
  8517.         SUPPORTED !!SUPPORTED_WindowsXP
  8518.         #endif
  8519.  
  8520.  
  8521.              EXPLAIN !!WinMSG_NoWindowsMsg_Help
  8522.         VALUENAME "PreventRun"
  8523.             VALUEON NUMERIC 1
  8524.                 VALUEOFF NUMERIC 0
  8525.  
  8526.     END POLICY
  8527.  
  8528.     POLICY !!WinMSG_NoAutoStartWindowsMsg_User
  8529.         #if version >= 4
  8530.         SUPPORTED !!SUPPORTED_WindowsXP
  8531.         #endif
  8532.  
  8533.  
  8534.              EXPLAIN !!WinMSG_NoAutoStartWindowsMsg_Help
  8535.         VALUENAME "PreventAutoRun"
  8536.             VALUEON NUMERIC 1
  8537.                 VALUEOFF NUMERIC 0
  8538.  
  8539.     END POLICY
  8540.  
  8541.     END CATEGORY ; WindowsMsg
  8542.  
  8543.  
  8544.  
  8545.     CATEGORY !!WindowsUpdateCat
  8546.     #if version >= 4
  8547.     EXPLAIN !!WindowsUpdateCat_Help
  8548.     #endif
  8549.  
  8550.  
  8551.  
  8552.         KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\WindowsUpdate"
  8553.  
  8554.         POLICY !!RemoveWindowsUpdate
  8555.             #if version >= 4
  8556.         SUPPORTED !!SUPPORTED_WindowsXP
  8557.         #endif
  8558.  
  8559.             EXPLAIN !!RemoveWindowsUpdate_Help
  8560.         VALUENAME "DisableWindowsUpdateAccess"
  8561.         END POLICY
  8562.  
  8563.     END CATEGORY ;; WindowsUpdateCat
  8564.  
  8565. END CATEGORY ;; WindowsComponents
  8566.  
  8567. #endif
  8568.  
  8569.  
  8570. [strings]
  8571. ABCDOnly="Restrict A, B, C and D drives only"
  8572. ABConly="Restrict A, B and C drives only"
  8573. ABOnly="Restrict A and B drives only"
  8574. ActiveDesktop="Active Desktop"
  8575. ActiveDirectory="Active Directory"
  8576. AD_EnableFilter="Enable filter in Find dialog box" 
  8577. AD_EnableFilter_Help="Displays the filter bar above the results of an Active Directory search. The filter bar consists of buttons for applying additional filters to search results.\n\nIf you enable this setting, the filter bar appears when the Active Directory Find dialog box opens, but users can hide it.\n\nIf you disable this setting or do not configure it, the filter bar does not appear, but users can display it by selecting "Filter" on the "View" menu.\n\nTo see the filter bar, open My Network Places, click Entire Network, and then click Directory. Right-click the name of a Windows 2000 domain, and click Find. Type the name of an object in the directory, such as  "Administrator." If the filter bar does not appear above the resulting display, on the View menu, click Filter."
  8578. AD_HideDirectoryFolder="Hide Active Directory folder" 
  8579. AD_HideDirectoryFolder_Help="Hides the Active Directory folder in My Network Places.\n\nThe Active Directory folder displays Active Directory objects in a browse window.\n\nIf you enable this setting, the Active Directory folder does not appear in the My Network Places folder.\n\nIf you disable this setting or do not configure it, the Active Directory folder appears in the My Network Places folder.\n\nThis setting is designed to let users search Active Directory but not tempt them to casually browse Active Directory."
  8580. AD_QueryLimit="Maximum size of Active Directory searches" 
  8581. AD_QueryLimit_Box="Number of objects returned:  "
  8582. AD_QueryLimit_Help="Specifies the maximum number of objects the system displays in response to a command to browse or search Active Directory. This setting affects all browse displays associated with Active Directory, such as those in Local Users and Groups, Active Directory Users and Computers, and dialog boxes used to set permissions for user or group objects in Active Directory.\n\nIf you enable this setting, you can use the "Number of objects returned" box to limit returns from an Active Directory search.\n\nIf you disable this setting or do not configure it, the system displays up to 10,000 objects. This consumes approximately 2 MB of memory or disk space.\n\nThis setting is designed to protect the network and the domain controller from the effect of expansive searches."
  8583. AddAdminGroupToRUP="Add the Administrators security group to roaming user profiles"
  8584. AddAdminGroupToRUP_Help="This setting adds the Administrator security group to the roaming user profile share.\n\nOnce an administrator has configured a users' roaming profile, the profile will be created at the user's next login. The profile is created at the location that is specified by the administrator.\n\nFor Windows 2000 and Windows XP operating systems, the default file permissions for the newly generated profile are full control, or read and write access for the user, and no file access for the administrators group.\n\nBy configuring this setting, you can alter this behavior.\n\nIf you enable this setting, the administrator group is also given full control to the user's profile folder.\n\nIf you disable or do not configure it, only the user is given full control of their user profile, and the administrators group has no file system access to this folder.\n\nNote: If the setting is enabled after the profile is created, the setting has no effect.\n\nNote: The setting must be configured on the client computer, not the server, for it to have any effect, because the client computer sets the file share permissions for the roaming profile at creation time.\n\nNote: In the default case, administrators have no file access to the user's profile, but they may still take ownership of this folder to grant themselves file permissions.\n\nNote: The behavior when this setting is enabled is exactly the same behavior as in Windows NT 4.0."
  8585. AdminComponents_Help="Adds and deletes specified Web content items.\n\nYou can use the "Add" box in this setting to add particular Web-based items or shortcuts to users' desktops. Users can close or delete the items (if settings allow), but the items are added again each time the setting is refreshed.\n\nYou can also use this setting to delete particular Web-based items from users' desktops. Users can add the item again (if settings allow), but the item is deleted each time the setting is refreshed.\n\nNote: Removing an item from the "Add" list for this setting is not the same as deleting it. Items that are removed from the "Add" list are not removed from the desktop. They are simply not added again.\n\nNote: For this setting to take affect, you must log off and log on to the system."
  8586. AdministrativeServices="System"
  8587. ALLDrives="Restrict all drives"
  8588. AllowBrowse="Prohibit Browse"
  8589. AllowBrowseHelp="Limits newly scheduled to items on the user's Start menu, and prevents the user from changing the scheduled program for existing tasks.\n\nThis setting removes the Browse button from the Schedule Task Wizard and from the Task tab of the properties dialog box for a task. Also, users cannot edit the "Run" box or the "Start in" box that determine the program and path for a task.\n\nAs a result, when users create a task, they must select a program from the list in the Scheduled Task Wizard, which displays only the tasks that appear on the Start menu and its submenus. Once a task is created, users cannot change the program a task runs.\n\nImportant: This setting does not prevent users from creating a new task by pasting or dragging any program into the Scheduled Tasks folder. To prevent this action, use the "Prohibit Drag-and-Drop" setting.\n\nNote: This setting appears in the Computer Configuration and User Configuration folders. If both settings are configured, the setting in Computer Configuration takes precedence over the setting in User Configuration."
  8590. AllowLockdownBrowse_Help="Allows users to search for installation files during privileged installations.\n\nThis setting enables the Browse button in the "Use feature from" dialog box. As a result, users can search for installation files, even when the installation program is running with elevated system privileges. By default, only system administrators can browse during installations with elevated privileges, such as installations offered on the desktop or displayed in Add or Remove Programs.\n\nBecause the installation is running with elevated system privileges, users can browse through directories that their own permissions would not allow.\n\nThis setting does not affect installations that run in the user's security context. Also, see the "Remove browse dialog box for new source" setting."
  8591. AllowLockdownBrowse="Enable user to browse for source while elevated"
  8592. AllowLockdownMedia_Help="Allows users to install programs from removable media, such as floppy disks and CD-ROMs, during privileged installations.\n\nThis setting permits all users to install programs from removable media, even when the installation program is running with elevated system privileges. By default, users can install programs from removable media only when the installation runs in the user's security context. During privileged installations, such as those offered on the desktop or displayed in Add or Remove Programs, only system administrators can install from removable media.\n\nThis setting does not affect installations that run in the user's security context. By default, users can install from removable media when the installation runs in their own security context.\n\nAlso, see the "Prevent removable media source for any install" setting in User Configuration\Administrative Templates\Windows Components\Windows Installer."
  8593. AllowLockdownMedia="Enable user to use media source while elevated"
  8594. AllowLockdownPatch_Help="Allows users to upgrade programs during privileged installations.\n\nThis setting permits all users to install patches, even when the installation program is running with elevated system privileges. Patches are updates or upgrades that replace only those program files that have changed. Because patches can easily be vehicles for malicious programs, some installations prohibit their use.\n\nBy default, only system administrators can apply patches during installations with elevated privileges, such as installations offered on the desktop or displayed in Add or Remove Programs.\n\nThis setting does not affect installations that run in the user's security context. By default, users can install patches to programs that run in their own security context. Also, see the "Prohibit patching" setting."
  8595. AllowLockdownPatch="Enable user to patch elevated products"
  8596. AllowWebPrinting_Help="Determines whether Internet printing is supported on this server.\n\nInternet printing lets you display printers on Web pages so the printers can be viewed, managed, and used across the Internet or an intranet.\n\nInternet printing is supported by default on Windows 2000. If you enable this setting or do not configure it, Internet printing remains supported. If you disable this setting, Internet printing is not supported.\n\nNote: This setting affects the server side of Internet printing only. It does not prevent the print client on the computer from printing across the Internet.\n\nAlso, see the "Custom support URL in the Printers folder's left pane" setting in this folder and the "Browse a common web site to find printers" setting in User Configuration\Administrative Templates\Control Panel\Printers."
  8597. AllowWebPrinting="Web-based printing"
  8598. AlwaysInstallElevated_Help="Directs Windows Installer to use system permissions when it installs any program on the system.\n\nThis setting extends elevated privileges to all programs. These privileges are usually reserved for programs that have been assigned to the user (offered on the desktop), assigned to the computer (installed automatically), or made available in Add or Remove Programs in Control Panel. This setting lets users install programs that require access to directories that the user might not have permission to view or change, including directories on highly restricted computers.\n\nIf you disable this setting or do not configure it, the system applies the current user's permissions when it installs programs that a system administrator does not distribute or offer.\n\nNote: This setting appears both in the Computer Configuration and User Configuration folders. To make this setting effective, you must enable the setting in both folders.\n\nCaution: Skilled users can take advantage of the permissions this setting grants to change their privileges and gain permanent access to restricted files and folders. Note that the User Configuration version of this setting is not guaranteed to be secure."
  8599. AlwaysInstallElevated="Always install with elevated privileges"
  8600. AppMgmt_COM_SearchForCLSID="Download missing COM components"
  8601. AppMgmt_COM_SearchForCLSID_Help="Directs the system to search Active Directory for missing Component Object Model (COM) components that a program requires.\n\nMany Windows programs, such as the MMC snap-ins, use the interfaces provided by the COM. These programs cannot perform all of their functions unless Windows 2000 has internally registered the required components.\n\nIf you enable this setting and a component registration is missing, the system searches for it in Active Directory and if it is found, downloads it. The resulting searches might make some programs start or run slowly.\n\nIf you disable this setting or do not configure it, the program continues without the registration. As a result, the program might not perform all of its functions, or it might stop.\n\nThis setting appears in the Computer Configuration and User Configuration folders. If both settings are configured, the setting in Computer Configuration takes precedence over the setting in  User Configuration."
  8602. ARP="Add/Remove Programs"
  8603. ATC_NoComponents_Help="Removes Active Desktop content and prevents users from adding Active Desktop content. \n\nThis setting removes all Active Desktop items from the desktop. It also removes the Web tab from Display in Control Panel. As a result, users cannot add Web pages or  pictures from the Internet or an intranet to the desktop.\n\nNote: This setting does not disable Active Desktop. Users can  still use image formats, such as JPEG and GIF, for their desktop wallpaper."
  8604. AutoPublishing_Help="Determines whether the Add Printer Wizard automatically publishes the computer's shared printers in Active Directory.\n\nIf you enable this setting or do not configure it, the Add Printer Wizard automatically publishes all shared printers.\n\nIf you disable this setting, the Add Printer Wizard does not automatically publish printers. However, you can publish shared printers manually.\n\nThe default behavior is to automatically publish shared printers in Active Directory. \n\nNote: This setting is ignored if the "Allow printers to be published" setting is disabled."
  8605. AutoPublishing="Automatically publish new printers in Active Directory"
  8606. Autorun_Box="Turn off Autoplay on:"
  8607. Autorun_NoCD="CD-ROM drives"
  8608. Autorun_None="All drives"    
  8609. Autorun_Help="Turns off the Autoplay feature.\n\nAutoplay begins reading from a drive as soon as you insert media in the drive. As a result, the setup file of programs and the music on audio media start immediately.\n\nBy default, Autoplay is disabled on removable drives, such as the floppy disk drive (but not the CD-ROM drive), and on network drives.\n\nIf you enable this setting, you can also disable Autoplay on CD-ROM drives or disable Autoplay on all drives.\n\nThis setting disables Autoplay on additional types of drives. You cannot use this setting to enable Autoplay on drives on which it is disabled by default.\n\nNote: This setting appears in both the Computer Configuration and User Configuration folders. If the settings conflict, the setting in Computer Configuration takes precedence over the setting in User Configuration.\n\nNote: This setting does not prevent Autoplay for music CDs."
  8610. Autorun="Turn off Autoplay"
  8611. Blank=" "
  8612. BITS_Job_Timeout="Background Intelligent Transfer Service (BITS) inactive job timeout"
  8613. BITS_Job_Timeout_Time="Inactive Job Timeout in Days:"
  8614. BITS_Job_Timeout_Help="The number of days a pending BITS job can remain inactive before being considered abandoned by the requestor.\n\nOnce a job is determined to be abandoned, it is removed by the system and any downloaded files pertaining to the job are deleted from the disk. Any property changes for the job or any successful download action resets this timer.\n\nIf the computer remains offline for a long period of time, no activity for the job will be recorded.\n\nYou might want to increase this value if computers tend to stay offline for a longer period of time and still have pending jobs. You might want to decrease this value if you are concerned about orphaned jobs occupying disk space.\n\nIf you enable this setting, you can configure the inactive job time-out to specified number of days. If you disable or do not configure this setting, the default value of 90 will be used for the inactive job time-out."
  8615. CADOptions="Ctrl+Alt+Del Options"
  8616. Cat_OfflineFiles="Offline Files"
  8617. Catname="Administrative Alerts"
  8618. ClassicShell_Help="This setting allows you to remove the Active Desktop and Web view features. If you enable this setting, it will disable the Active Desktop and Web view. Also, users cannot configure their system to open items by single-clicking (such as in Mouse in Control Panel). As a result, the user interface looks and operates like the interface for Windows NT 4.0, and users cannot restore the new features.\n\nNote: This setting takes precedence over the "Enable Active Desktop" setting. If both policies are enabled, Active Desktop is disabled.\n\nAlso, see the "Disable Active Desktop" setting in User Configuration\Administrative Templates\Desktop\Active Desktop and the "Remove the Folder Options menu item from the Tools menu" setting in User Configuration\Administrative Templates\Windows Components\Windows Explorer."
  8619. ClassicShell="Turn on Classic Shell"
  8620. ClearRecentDocsOnExit_Help="Clear history of recently opened documents on exit.\n\nIf you enable this setting, the system deletes shortcuts to recently used document files when the user logs off. As a result, the Documents menu on the Start menu is always empty when the user logs on.\n\nIf you disable or do not configure this setting, the system retains document shortcuts, and when a user logs on the Documents menu appears just as it did when the user logged off.\n\nNote: The system saves document shortcuts in the user profile in the System-drive\Documents and Settings\User-name\Recent folder.\n\nAlso, see the "Remove Documents menu from Start Menu" and "Do not keep history of recently opened documents" policies in this folder. The system only uses this setting when neither of these related settings are selected.\n\nThis setting does not clear the list of recent files that Windows programs display at the bottom of the File menu. See the "Do not keep history of recently opened documents" setting.\n\nThis policy setting also does not hide document shortcuts displayed in the Open dialog box. See the "Hide the dropdown list of recent files" setting."
  8621. ClearRecentDocsOnExit="Clear history of recently opened documents on exit"
  8622. Comdlg="Common Open File Dialog"
  8623. ComdlgSub="Common Open File Dialog Restrictions"
  8624. CompatibleRUPSecurity="Do not check for user ownership of Roaming Profile Folders"
  8625. CompatibleRUPSecurity_Help="Prevents Windows from checking for correct permissions on a user's roaming profile folder. Prior to Windows XP SP1, no checks are made for the correct permissions if the profile folder already exists.\n\nIf you disable or do not configure this setting AND the roaming profile folder exists AND either the user or the administrators group is not the owner of the folder, Windows will NOT copy files to or from the roaming folder.\n\nIf you enable this setting, the behavior is the same as Windows XP pre-SP1."
  8626. ConfirmFileDelete="Display confirmation dialog when deleting files"
  8627. ConfirmFileDelete_Help="Allows you to have Windows Explorer display a confirmation dialog  whenever a file is deleted or moved to the Recycle Bin.\n\nIf you enable this setting, a confirmation dialog is displayed when a file is deleted or moved to the Recycle Bin by the user.\n\nIf you disable or do not configure this setting, the default behavior of not displaying a confirmation dialog occurs."
  8628. COnly="Restrict C drive only"
  8629. Connect_HomeDir_ToRoot_Explain="Restores the definitions of the %HOMESHARE% and %HOMEPATH% environment variables to those used in Windows NT 4.0 and earlier.\n\nIf you enable this setting, the system uses the Windows NT 4.0 definitions. If you disable this setting or do not configure it, the system uses the new definitions designed for Windows 2000.\n\nAlong with %HOMEDRIVE%, these variables define the home directory of a user profile. The home directory is a persistent mapping of a drive letter on the local computer to a local or remote directory.\n\nBy default, in Windows 2000, %HOMESHARE% stores the fully qualified path to the home directory (such as \\server\share\dir1\dir2\homedir). Users can access the home directory and any of its subdirectories from the home drive letter, but they cannot see or access its parent directories. %HOMEPATH% stores a final backslash and is included for compatibility with earlier systems.\n\nOn Windows NT 4.0 and earlier, %HOMESHARE% stores only the network share (such as \\server\share). %HOMEPATH% stores the remainder of the fully qualified path to the home directory (such as \dir1\dir2\homedir). As a result, users can access any directory on the home share by using the home directory drive letter.\n\nTip: To specify a home directory in Windows 2000, in Active Directory Users and Computers or Local Users and Groups, right-click the name of a user account, click Properties, click the Profile tab, and in the "Home folder" section, select the "Connect" option and select a drive letter and home directory.\n\nExample: Drive Z is mapped to \\server\share\dir1\dir2\homedir.\n\nIf this setting is disabled or not configured (Windows 2000 behavior):\n\n--  %HOMEDRIVE%  = Z: (mapped to \\server\share\dir1\dir2\homedir)\n\n--  %HOMESHARE% = \\server\share\dir1\dir2\homedir\n\n--  %HOMEPATH% = \\n\nIf the setting is enabled (Windows NT 4.0 behavior):\n\n--  %HOMEDRIVE% = Z: (mapped to \\server\share)\n\n--  %HOMESHARE% = \\server\share\n\n--  %HOMEPATH% = \dir1\dir2\homedir"
  8630. Connect_HomeDir_ToRoot="Connect home directory to root of the share"
  8631. ControlPanel="Control Panel"
  8632. CPL_Display_Disable="Remove Display in Control Panel"
  8633. CPL_Display_HideAppearance="Hide Appearance and Themes tab"
  8634. CPL_Display_HideBkgnd="Hide Desktop tab"
  8635. CPL_Display_HideScrsav="Hide Screen Saver tab"
  8636. CPL_Display_HideSettings="Hide Settings tab"
  8637. CPL_Display_Restrict="Restrict display"
  8638. CPL_Display="Control Panel\Display Restrictions"
  8639. CPL="Control Panel"
  8640. CSE_AppMgmt="Software Installation policy processing"
  8641. CSE_AppMgmt_Help="Determines when software installation policies are updated.\n\nThis setting affects all policies that use the software installation component of Group Policy, such as policies in Software Settings\Software Installation. You can set software installation policy only for Group Policy objects stored in Active Directory, not for Group Policy objects on the local computer.\n\nThis policy overrides customized settings that the program implementing the software installation policy set when it was installed.\n\nIf you enable this setting, you can use the check boxes provided to change the options. If you disable this setting or do not configure it, it has no effect on the system.\n\nThe "Allow processing across a slow network connection" option updates the policies even when the update is being transmitted across a slow network connection, such as a telephone line. Updates across slow connections can cause significant delays.\n\nThe "Process even if the Group Policy objects have not changed" option updates and reapplies the policies even if the policies have not changed. Many policy implementations specify that they are updated only when changed. However, you might want to update unchanged policies, such as reapplying a desired setting in case a user has changed it."
  8642. CSE_DiskQuota="Disk Quota policy processing"
  8643. CSE_DiskQuota_Help="Determines when disk quota policies are updated.\n\nThis setting affects all policies that use the disk quota component of Group Policy, such as those in Computer Configuration\Administrative Templates\System\Disk Quotas.\n\nIt overrides customized settings that the program implementing the disk quota policy set when it was installed.\n\nIf you enable this setting, you can use the check boxes provided to change the options. If you disable this setting or do not configure it, it has no effect on the system.\n\nThe "Allow processing across a slow network connection" option updates the policies even when the update is being transmitted across a slow network connection, such as a telephone line. Updates across slow connections can cause significant delays.\n\nThe "Do not apply during periodic background processing" option prevents the system from updating affected policies in the background while the computer is in use. Background updates can disrupt the user, cause a program to stop or operate abnormally, and, in rare cases, damage data.\n\nThe "Process even if the Group Policy objects have not changed" option updates and reapplies the policies even if the policies have not changed. Many policy implementations specify that they are updated only when changed. However, you might want to update unchanged policies, such as reapplying a desired setting in case a user has changed it."
  8644. CSE_EFSRecovery="EFS recovery policy processing"
  8645. CSE_EFSRecovery_Help="Determines when encryption policies are updated.\n\nThis setting affects all policies that use the encryption component of Group Policy, such as policies related to encryption in Windows Settings\Security Settings.\n\nIt overrides customized settings that the program implementing the encryption policy set when it was installed.\n\nIf you enable this setting, you can use the check boxes provided to change the options. If you disable this setting or do not configure it, it has no effect on the system.\n\nThe "Allow processing across a slow network connection" option updates the policies even when the update is being transmitted across a slow network connection, such as a telephone line. Updates across slow connections can cause significant delays.\n\nThe "Do not apply during periodic background processing" option prevents the system from updating affected policies in the background while the computer is in use. Background updates can disrupt the user, cause a program to stop or operate abnormally, and, in rare cases, damage data.\n\nThe "Process even if the Group Policy objects have not changed" option updates and reapplies the policies even if the policies have not changed. Many policy implementations specify that they are updated only when changed. However, you might want to update unchanged policies, such as reapplying a desired setting in case a user has changed it."
  8646. CSE_FolderRedirection="Folder Redirection policy processing"
  8647. CSE_FolderRedirection_Help="Determines when folder redirection policies are updated.\n\nThis setting affects all policies that use the folder redirection component of Group Policy, such as those in WindowsSettings\Folder Redirection. You can only set folder redirection policy for Group Policy objects, stored in Active Directory, not for Group Policy objects on the local computer.\n\nThis setting overrides customized settings that the program implementing the folder redirection policy set when it was installed.\n\nIf you enable this setting, you can use the check boxes provided to change the options. If you disable this setting or do not configure it, it has no effect on the system.\n\nThe "Allow processing across a slow network connection" option updates the policies even when the update is being transmitted across a slow network connection, such as a telephone line. Updates across slow connections can cause significant delays.\n\nThe "Process even if the Group Policy objects have not changed" option updates and reapplies the policies even if the policies have not changed. Many policy implementations specify that they are updated only when changed. However, you might want to update unchanged policies, such as reapplying a desired setting in case a user has changed it."
  8648. CSE_IEM="Internet Explorer Maintenance policy processing"
  8649. CSE_IEM_Help="Determines when Internet Explorer Maintenance policies are updated.\n\nThis setting affects all policies that use the Internet Explorer Maintenance component of Group Policy, such as those in Windows Settings\Internet Explorer Maintenance.\n\nIt overrides customized settings that the program implementing the Internet Explorer Maintenance policy set when it was installed.\n\nIf you enable this setting, you can use the check boxes provided to change the options. If you disable this setting or do not configure it, it has no effect on the system.\n\nThe "Allow processing across a slow network connection" option updates the policies even when the update is being transmitted across a slow network connection, such as a telephone line. Updates across slow connections can cause significant delays.\n\nThe "Do not apply during periodic background processing" option prevents the system from updating affected policies in the background while the computer is in use. Background updates can disrupt the user, cause a program to stop or operate abnormally, and, in rare cases, damage data.\n\nThe "Process even if the Group Policy objects have not changed" option updates and reapplies the policies even if the policies have not changed. Many policy implementations specify that they are updated only when changed. However, you might want to update unchanged policies, such as reapplying a desired setting in case a user has changed it."
  8650. CSE_IPSecurity="IP Security policy processing"
  8651. CSE_IPSecurity_Help="Determines when IP security policies are updated.\n\nThis setting affects all policies that use the IP security component of Group Policy, such as policies in Computer Configuration\Windows Settings\Security Settings\IP Security Policies on Local Machine.\n\nIt overrides customized settings that the program implementing the IP security policy set when it was installed.\n\nIf you enable this setting, you can use the check boxes provided to change the options. If you disable this setting or do not configure it, it has no effect on the system.\n\nThe "Allow processing across a slow network connection" option updates the policies even when the update is being transmitted across a slow network connection, such as a telephone line. Updates across slow connections can cause significant delays.\n\nThe "Do not apply during periodic background processing" option prevents the system from updating affected policies in the background while the computer is in use. Background updates can disrupt the user, cause a program to stop or operate abnormally, and, in rare cases, damage data.\n\nThe "Process even if the Group Policy objects have not changed" option updates and reapplies the policies even if the policies have not changed. Many policy implementations specify that they are updated only when changed. However, you might want to update unchanged policies, such as reapplying a desired setting in case a user has changed it."
  8652. CSE_NOCHANGES="Process even if the Group Policy objects have not changed"
  8653. CSE_NOBACKGROUND="Do not apply during periodic background processing"
  8654. CSE_Registry="Registry policy processing"
  8655. CSE_Registry_Help="Determines when registry policies are updated.\n\nThis setting affects all policies in the Administrative Templates folder and any other policies that store values in the registry.\n\nIt overrides customized settings that the program implementing a registry policy set when it was installed.\n\nIf you enable this setting, you can use the check boxes provided to change the options. If you disable this setting or do not configure it, it has no effect on the system.\n\nThe "Do not apply during periodic background processing" option prevents the system from updating affected policies in the background while the computer is in use. Background updates can disrupt the user, cause a program to stop or operate abnormally, and, in rare cases, damage data.\n\nThe "Process even if the Group Policy objects have not changed" option updates and reapplies the policies even if the policies have not changed. Many policy implementations specify that they are updated only when changed. However, you might want to update unchanged policies, such as reapplying a desired setting in case a user has changed it."
  8656. CSE_Security="Security policy processing"
  8657. CSE_Security_Help="Determines when security policies are updated.\n\nThis setting affects all policies that use the security component of Group Policy, such as those in Windows Settings\Security Settings.\n\nIt overrides customized settings that the program implementing the security policy set when it was installed.\n\nIf you enable this setting, you can use the check boxes provided to change the options. If you disable this setting or do not configure it, it has no effect on the system.\n\nThe "Do not apply during periodic background processing" option prevents the system from updating affected policies in the background while the computer is in use. Background updates can disrupt the user, cause a program to stop or operate abnormally, and in rare cases, damage data.\n\nThe "Process even if the Group Policy objects have not changed" option updates and reapplies the policies even if the policies have not changed. Many policy implementations specify that they be updated only when changed. However, you might want to update unchanged policies, such as reapplying a desired setting in case a user has changed it."
  8658. CSE_Scripts="Scripts policy processing"
  8659. CSE_Scripts_Help="Determines when policies that assign shared scripts are updated.\n\nThis setting affects all policies that use the scripts component of Group Policy, such as those in WindowsSettings\Scripts.\n\nIt overrides customized settings that the program implementing the scripts policy set when it was installed.\n\nIf you enable this policy, you can use the check boxes provided to change the options. If you disable this setting or do not configure it, it has no effect on the system.\n\nThe "Allow processing across a slow network connection" option updates the policies even when the update is being transmitted across a slow network connection, such as a telephone line. Updates across slow connections can cause significant delays.\n\nThe "Do not apply during periodic background processing" option prevents the system from updating affected policies in the background while the computer is in use. Background updates can disrupt the user, cause a program to stop or operate abnormally, and, in rare cases, damage data.\n\nThe "Process even if the Group Policy objects have not changed" option updates and reapplies the policies even if the policies have not changed. Many policy implementations specify that they are updated only when changed. However, you might want to update unchanged policies, such as reapplying a desired setting in case a user has changed it."
  8660. CSE_SLOWLINK="Allow processing across a slow network connection"
  8661. CustomizedSupportUrl_Help="Adds a customized Web page link to the Printers folder.\n\nBy default, the Printers folder includes a link to the Microsoft Support Web page called "Get help with printing". It can also include a link to a Web page supplied by the vendor of the currently selected printer.\n\nYou can use this setting to replace the "Get help with printing" default link with a link to a Web page customized for your enterprise.\n\nIf you disable this setting or do not configure it, or if you do not enter an alternate Internet address, the default link will appear in the Printers folder.\n\nNote: Web pages links only appear in the Printers folder when Web view is enabled. If Web view is disabled, the setting has no effect. (To enable Web view, open the Printers folder, and, on the Tools menu, click Folder Options, click the General tab, and then click "Enable Web content in folders.")\n\nAlso, see the "Web-based printing" setting in this setting folder and the "Browse a common web site to find printers" setting in User Configuration\Administrative Templates\Control Panel\Printers.\n\nWeb view is affected by the "Turn on Classic Shell" and "Remove the Folder Options menu item from the Tools menu" settings in User Configuration\Administrative Templates\Windows Components\Windows Explorer, and by the "Enable Active Desktop" setting in User Configuration\Administrative Templates\Desktop\Active Desktop."
  8662. CustomizedSupportUrl_Link="URL"
  8663. CustomizedSupportUrl_Tip1="Specify the URL. For example, the url would: http://www.microsoft.com/support"
  8664. CustomizedSupportUrl="Custom support URL in the Printers folder's left pane"
  8665. DefaultDirectoryScope_Help="Determines which information source is the default starting point when users search for people.\n\nThis setting specifies the information source that appears in the "Look in" box in the Find People dialog box when the dialog box opens. (To open the Find People dialog box, click Start, click Search, and then click "For people.") Users can search in the default information source or use the drop-down list beside "Look in" to change the source. If users change the source, the last source used appears in the "Look in" box the next time it opens.\n\nIf you disable this setting or do not configure it, the source listed first in alphabetical order appears in the "Look in" box when it opens. By default, Address Book appears first.\n\nTo use this setting, type the DNS-friendly name or the NetBIOS name of the server that is hosting the source you want to list first.\n\nThis setting appears in the Computer Configuration and User Configuration folders. If these settings conflict, the setting in Computer Configuration takes precedence over the setting in User Configuration.\n\nNote: This setting establishes a default value that users can change. It does not limit user actions or change system features."
  8666. DefaultDirectoryScope="Default directory scope"
  8667. DefaultExcludeMessage="Local Settings;Temporary Internet Files;History;Temp"
  8668. DefaultSizeMessage="You have exceeded your profile storage space. Before you can log off, you need to move some items from your profile to network or local storage."
  8669. DefaultCategory_Help="Specifies the category of programs that appears when users open the "Add New Programs" page.\n\nIf you enable this setting, only the programs in the category you specify are displayed when the "Add New Programs" page opens. Users can use the Category box on the "Add New Programs" page to display programs in other categories.\n\nTo use this setting, type the name of a category in the Category box for this setting. You must enter a category that is already defined in Add or Remove Programs. To define a category, use Software Installation.\n\nIf you disable this setting or do not configure it, all programs (Category: All) are displayed when the "Add New Programs" page opens.\n\nYou can use this setting to direct users to the programs they are most likely to need.\n\nNote: This setting is ignored if either the "Remove Add/Remove Programs" setting or the "Hide Add New Programs page" setting is enabled."
  8670. DefaultCategory="Specify default category for Add New Programs"
  8671. DefaultCategoryBox="Category:"
  8672. DeleteRoamingCachedProfiles_Help="Determines whether the system saves a copy of a user’s roaming profile on the local computer's hard drive when the user logs off.\n\nThis setting, and related settings in this folder, together describe a strategy for managing user profiles residing on remote servers. In particular, they tell the system how to respond when a remote profile is slow to load.\n\nRoaming profiles reside on a network server. By default, when users with roaming profiles log off, the system also saves a copy of their roaming profile on the hard drive of the computer they are using in case the server that stores the roaming profile is unavailable when the user logs on again. The local copy is also used when the remote copy of the roaming user profile is slow to load.\n\nIf you enable this setting, any local copies of the user’s roaming profile are deleted when the user logs off. The roaming profile still remains on the network server that stores it.\n\nImportant: Do not enable this setting if you are using the slow link detection feature of Windows 2000 and Windows XP. To respond to a slow link, the system requires a local copy of the user’s roaming profile."
  8673. DeleteRoamingCachedProfiles="Delete cached copies of roaming profiles"
  8674. DenyRsopToInteractiveUser_Help="This setting controls the ability of users to view their Resultant Set of Policy (RSoP) data.\n\nBy default, interactively logged on users can view their own Resultant Set of Policy (RSoP) data.\n\nIf this setting is enabled, interactive users cannot generate RSoP data.\n\nIf this setting is not configured or disabled, interactive Users can generate RSoP.\n\nNote: This setting does not affect administrators. If this setting is enabled or disabled, by default, administrators can view RSoP data.\n\nNote: To view RSoP data on a client computer, use the RSoP snap-in for the Microsoft Management Console. You can launch the RSoP snap-in from the command line by typing RSOP.msc\n\nNote: This setting exists as both a User Configuration and Computer Configuration setting.\n\nAlso, see the "Turn off Resultant set of Policy Logging" setting in Computer Configuration\Administrative Templates\System\GroupPolicy."
  8675. DenyRsopToInteractiveUser="Disallow Interactive Users from generating Resultant Set of Policy data"
  8676. Desktop="Desktop"
  8677. DesktopDisplay="Desktop and Display"
  8678. DesktopSub="General Desktop"
  8679. DFSDiscoverDC="Sets how often a DFS Client discovers DC's"
  8680. DFSDiscoverDC_Help="Allows you to configure how often a Distributed File System (DFS) client attempts to discover domain controllers on their network.\n\nBy default, a DFS client attempts to discover domain controllers every 15 minutes.\n\nIf you enable this setting, you can configure how often a DFS client attempts to discover domain controllers. This value is specified in minutes.\n\nIf you disable this setting or do not configure it, the default value of 15 minutes applies.\n\nNote: The minimum value you can select is 15 minutes. If you try to set this setting to a value less then 15 minutes, the default value of 15 minutes is applied."
  8681. DFSDiscoverDialog="Time in minutes:"
  8682. DisableAdvanced="Remove Advanced Menu"
  8683. DisableAdvancedHelp="Prevents users from viewing or changing the properties of newly created tasks.\n\nThis setting removes the "Open advanced properties for this task when I click Finish" item from the last page of the Scheduled Task Wizard. \n\nThis setting prevents users from viewing and changing task characteristics, such as the program the task runs, details of its schedule, idle time and power management settings, and its security context. It is designed to simplify task creation for beginning users.\n\nNote: This setting appears in the Computer Configuration and User Configuration folders. If both settings are configured, the setting in Computer Configuration takes precedence over the setting in User Configuration.\n\nTip: This setting affects newly created tasks only. To prevent users from changing the properties of existing tasks, use the "Hide Property Pages" setting."
  8684. DisableAlways="Always"
  8685. DisableAutoADMUpdate="Turn off automatic update of ADM files"
  8686. DisableAutoADMUpdate_Help="Prevents the system from updating the Administrative Templates source files automatically when you open Group Policy.\n\nBy default, when you start Group Policy, the system loads the most recently revised copies of the Administrative Templates source files (.adm) that it finds in the %Systemroot%\inf directory. The .adm files create the list of settings that appear under Administrative Templates in Group Policy.\n\nIf you enable this setting, the system loads the .adm files you used the last time you ran Group Policy. Thereafter, you must update the .adm files manually.\n\nNote: Upgrading your .adm files does not overwrite your configuration settings. The settings are stored in Active Directory, not in the .adm files.\n\nTip: To upgrade your .adm files manually, in Group Policy, right-click Administrative Templates (either instance), and then click Add/Remove Templates."
  8687. DisableBackgroundPolicy_Help="Prevents Group Policy from being updated while the computer is in use. This setting applies to Group Policy for computers, users, and domain controllers.\n\nIf you enable this setting, the system waits until the current user logs off the system before updating the computer and user settings.\n\nIf you disable this setting, updates can be applied while users are working. The frequency of updates is determined by the "Group Policy refresh interval for computers" and "Group Policy refresh interval for users" settings.\n\nNote: If you enable this setting, you must restart your computer for it to take effect."
  8688. DisableBackgroundPolicy="Turn off background refresh of Group Policy"
  8689. DisableBrowse_Help="Prevents users from searching for installation files when they add features or components to an installed program.\n\nThis setting disables the Browse button beside the "Use feature from" list in the Windows Installer dialog box. As a result, users must select an installation file source from the "Use features from" list that the system administrator configures.\n\nThis setting applies even when the installation is running in the user's security context.\n\nIf you disable this setting or do not configure it, the Browse button is enabled when an installation is running in the user's security context. But only system administrators can browse when an installation is running with elevated system privileges, such as installations offered on the desktop or in Add or Remove Programs.\n\nThis setting affects Windows Installer only. It does not prevent users from selecting other browsers, such as Windows Explorer or My Network Places, to search for installation files.\n\nAlso, see the "Enable user to browse for source while elevated" setting."
  8690. DisableBrowse="Remove browse dialog box for new source"
  8691. DisableChangePassword_Help="Prevents users from changing their Windows password on demand.\n\nThis setting disables the "Change Password" button on the Windows Security dialog box (which appears when you press Ctrl+Alt+Del).\n\nHowever, users are still able to change their password when prompted by the system. The system prompts users for a new password when an administrator requires a new password or their password is expiring."
  8692. DisableChangePassword="Remove Change Password"
  8693. DisableCMD_Help="Prevents users from running the interactive command prompt, Cmd.exe. This setting also determines whether batch files (.cmd and .bat) can run on the computer.\n\nIf you enable this setting and the user tries to open a command window, the system displays a message explaining that a setting prevents the action.\n\nNote: Do not prevent the computer from running batch files if the computer uses logon, logoff, startup, or shutdown batch file scripts, or for users that use Terminal Services."
  8694. DisableCMD="Prevent access to the command prompt"
  8695. DisableCMDScripts="Disable the command prompt script processing also?"
  8696. DisableCMD_YES="Yes"
  8697. DisableCMD_NO="No"
  8698. DisableExplorerRunLegacy_Help="Ignores the customized run list.\n\nYou can create a customized list of additional programs and documents that the system starts automatically when it runs on Windows XP, Windows 2000, Windows NT 4.0 and earlier. These programs are added to the standard run list of programs and services that the system starts.\n\nIf you enable this setting, the system ignores the run list for Windows NT 4.0, Windows 2000, and Windows XP.\n\nIf you disable or do not configure this setting, Windows 2000 adds any customized run list configured for Windows NT 4.0 and earlier to its run list.n\nThis setting appears in the Computer Configuration and User Configuration folders. If both policies are configured, the setting in Computer Configuration takes precedence over the setting in User Configuration.\n\nNote: To create a customized run list by using a policy, use the "Run these applications at startup" setting.\n\nThe customized run lists for Windows NT 4.0 and earlier are stored in the registry in HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run and HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Windows\Run. They can be configured by using the "Run" setting in System Policy Editor for Windows NT 4.0 and earlier.\n\nAlso, see the "Do not process the run once list" setting."
  8699. DisableExplorerRunLegacy="Do not process the legacy run list"
  8700. DisableExplorerRunOnceLegacy_Help="Ignores customized run-once lists.\n\nYou can create a customized list of additional programs and documents that are started automatically the next time the system starts (but not thereafter). These programs are added to the standard list of programs and services that the system starts.\n\nIf you enable this setting, the system ignores the run-once list.\n\nIf you disable this setting or do not configure it, the system runs the programs in the run-once list.\n\nThis setting appears in the Computer Configuration and User Configuration folders. If both settings are configured, the setting in Computer Configuration takes precedence over the setting in User Configuration.\n\nNote: Customized run-once lists are stored in the registry in HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunOnce.\n\nAlso, see the "Do not process the legacy run list" setting."
  8701. DisableExplorerRunOnceLegacy="Do not process the run once list"
  8702. DisableFRAdminPin="Do not automatically make redirected folders available offline"
  8703. DisableFRAdminPin_Help="All redirected shell folders, such as My Documents, Desktop, Start Menu, and Application Data, are available offline by default. This setting allows you to change this behavior so that redirected shell folders are not automatically available for offline use. However, users can still choose to make files and folders available offline themselves.\n\nIf you enable this setting, the users must manually select the files they wish to be made available offline.\n\nIf you disable this setting or do not configure it, redirected shell folders are automatically made available offline. All subfolders within the redirected folders are also made available offline.\n\nNote: This setting does not prevent files from being automatically cached if the network share is configured for "Automatic Caching", nor does it affect the availability of the "Make Available Offline" menu option in the user interface.\n\nNote: Do not enable this setting unless you are certain that users will not need access to all of their redirected files in the event that the network or server holding the redirected files becomes unavailable."
  8704. DisableLockComputer_Help="Prevents users from locking the system.\n\nWhile locked, the desktop is hidden and the system cannot be used. Only the user who locked the system or the system administrator can unlock it.\n\nTip:To lock a computer without configuring a setting, press Ctrl+Alt+Delete, and then click "Lock Computer.""
  8705. DisableLockComputer="Remove Lock Computer"
  8706. DisableLogoff="Remove Logoff"
  8707. DisableMedia_Help="Prevents users from installing programs from removable media.\n\nIf a user tries to install a program from removable media, such as CD-ROMs, floppy disks, and DVDs, a message appears, stating that the feature cannot be found.\n\nThis setting applies even when the installation is running in the user's security context.\n\nIf you disable this setting or do not configure it, users can install from removable media when the installation is running in their own security context, but only system administrators can use removable media when an installation is running with elevated system privileges, such as installations offered on the desktop or in Add or Remove Programs.\n\nAlso, see the "Enable user to use media source while elevated setting" in Computer Configuration\Administrative Templates\Windows Components\Windows Installer.\n\nAlso, see the "Hide the 'Add a program from CD-ROM or floppy disk' option" setting in User Configuration\Administrative Templates\Control Panel\Add/Remove Programs."
  8708. DisableMedia="Prevent removable media source for any install"
  8709. DisableMSI_Help="Disables or restricts the use of Windows Installer.\n\nThis setting can prevent users from installing software on their systems or permit users to install only those programs offered by a system administrator.\n\nIf you enable this setting, you can use the options in the Disable Windows Installer box to establish an installation setting.\n\n--   The "Never" option indicates that Windows Installer is fully enabled. Users can install and upgrade software. Windows Installer is enabled by default on Windows 2000.\n\n--   The "For non-managed apps only" option permits users to install only those programs that a system administrator assigns (offers on the desktop) or publishes (adds them to Add or Remove Programs).\n\n--   The "Always" option indicates that Windows Installer is disabled.\n\nThis setting affects Windows Installer only. It does not prevent users from using other methods to install and upgrade programs."
  8710. DisableMSI="Disable Windows Installer"
  8711. DisableNever="Never"
  8712. DisableNonManaged="For non-managed apps only"
  8713. DisablePatch_Help="Prevents users from using Windows Installer to install patches.\n\nPatches are updates or upgrades that replace only those program files that have changed. Because patches can be easy vehicles for malicious programs, some installations prohibit their use.\n\nNote: This setting applies only to installations that run in the user's security context. By default, users who are not system administrators cannot apply patches to installations that run with elevated system privileges, such as those offered on the desktop or in Add or Remove Programs.\n\nAlso, see the "Enable user to patch elevated products" setting."
  8714. DisablePatch="Prohibit patching"
  8715. DisablePersonalDirChange_Help="Prevents users from changing the path to the My Documents folder.\n\nBy default, a user can change the location of the My Documents folder by typing a new path in the Target box of the My Documents Properties dialog box.\n\nIf you enable this setting, users are unable to type a new location in the Target box."
  8716. DisablePersonalDirChange="Prohibit user from changing My Documents path"
  8717. DisableRegedit_Help="Disables the Windows registry editors, Regedit.exe and Regedit.exe.\n\nIf this setting is enabled and the user tries to start a registry editor, a message appears explaining that a setting prevents the action.\n\nTo prevent users from using other administrative tools, use the "Run only allowed Windows applications" setting."
  8718. DisableRegedit="Prevent access to registry editing tools"
  8719. DisableRollback_Help="Prohibits Windows Installer from generating and saving the files it needs to reverse an interrupted or unsuccessful installation.\n\nThis setting prevents Windows Installer from recording the original state of the system and sequence of changes it makes during installation. It also prevents Windows Installer from retaining files it intends to delete later. As a result, Windows Installer cannot restore the computer to its original state if the installation does not complete.\n\nThis setting is designed to reduce the amount of temporary disk space required to install programs. Also, it prevents malicious users from interrupting an installation to gather data about the internal state of the computer or to search secure system files. However, because an incomplete installation can render the system or a program inoperable, do not use this setting unless it is essential.\n\nThis setting appears in the Computer Configuration and User Configuration folders. If the setting is enabled in either folder, it is considered be enabled, even if it is explicitly disabled in the other folder."
  8720. DisableRollback="Prohibit rollback"
  8721. DisableStatusMessages_Help="Suppresses system status messages.\n\nIf you enable this setting, the system does not display a message reminding users to wait while their system starts or shuts down, or while users log on or off."
  8722. DisableStatusMessages="Remove Boot / Shutdown / Logon / Logoff status messages"
  8723. DisableSystemPolicy_Help="Disables System Policy designed for Windows NT 4.0 and earlier.\n\nIn Windows 2000, Group Policy replace the System Policy that System Policy Editor created on Windows NT 4.0 and earlier. However, Windows 2000 continues to support System Policy for installations that use them.\n\nIf you enable this setting, the system does not recognize or implement System Policy. However, it continues its full support for Group Policy."
  8724. DisableSystemPolicy="Disable System Policy (use Group Policy only)"
  8725. DisableTaskMgr_Help="Prevents users from starting Task Manager (Taskmgr.exe).\n\nIf this setting is enabled and users try to start Task Manager, a message appears explaining that a policy prevents the action.\n\nTask Manager lets users start and stop programs; monitor the performance of their computers; view and monitor all programs running on their computers, including system services; find the executable names of programs; and change the priority of the process in which programs run."
  8726. DisableTaskMgr="Remove Task Manager"
  8727. DisableUsersFromMachGP="Remove users ability to invoke machine policy refresh"
  8728. DisableUsersFromMachGP_Help="This setting allows you to control a user's ability to invoke a computer policy refresh.\n\nIf you enable this setting, users may not invoke a refresh of computer policy. Computer policy will still be applied at startup or when an official policy refresh occurs.\n\nIf you disable or do not configure this setting, the default behavior applies. By default, computer policy is applied when the computer starts up. It also applies at a specified refresh interval or when manually invoked by the user.\n\nNote: This setting only applies to nonadministrators. Administrators can still invoke a refresh of computer policy at any time, no matter how this policy is configured.\n\nAlso, see the "Group Policy refresh interval for computers" setting to change the policy refresh interval."
  8729. DisallowApps_Help="Prevents Windows from running the programs you specify in this setting.\n\nIf you enable this setting, users cannot run programs that you add to the list of disallowed applications.\n\nThis setting only prevents users from running programs that are started by the Windows Explorer process. It does not prevent users from running programs, such as Task Manager, that are started by the system process or by other processes. Also, if you permit users to gain access to the command prompt, Cmd.exe, this setting does not prevent them from starting programs in the command window that they are not permitted to start by using Windows Explorer. Note: To create a list of disallowed applications, click Show, click Add, and then enter the application executable name (e.g., Winword.exe, Poledit.exe, Powerpnt.exe)."
  8730. DisallowApps_Tip1="   "
  8731. DisallowApps_Tip2="To create a list of disallowed applications, click Show,"
  8732. DisallowApps_Tip3="then Add, and enter the application executable name"
  8733. DisallowApps_Tip4="(e.g., Winword.exe, Poledit.exe, Powerpnt.exe)."
  8734. DisallowApps="Don't run specified Windows applications"
  8735. DisallowAppsList="List of disallowed applications"
  8736. DisallowCpls_Help="Hides specified Control Panel items and folders.\n\nThis setting removes Control Panel items (such as Display) and folders (such as Fonts) from the Control Panel window and the Start menu. It can remove Control Panel items you have added to your system, as well as Control Panel items included in Windows 2000.\n\nTo hide a Control Panel item, type the file name of the item, such as Ncpa.cpl (for Network). To hide a folder, type the folder name, such as Fonts.\n\nThis setting affects the Start menu and Control Panel window only. It does not prevent users from running Control Panel items.\n\nAlso, see the "Remove Display in Control Panel" setting in User Configuration\Administrative Templates\Control Panel\Display.\n\nIf both the "Hide specified Control Panel applets" setting and the "Show only specified Control Panel applets" setting are enabled, and the same item appears in both lists, the "Show only specified Control Panel applets" setting is ignored.\n\nNote: To find the file name of a Control Panel item, search for files with the .cpl file name extension in the %Systemroot%\System32 directory. Note: To create a list of disallowed Control Panel applets, click Show, click Add, and then enter the Control Panel file name (ends with .cpl) or the name displayed under that item in the Control Panel. (e.g., desk.cpl, powercfg.cpl, Printers and Faxes)\n\nNote: This setting does not affect the Categories that are displayed in the new Control Panel Category view in Windows XP. If you want to control which items are displayed in Control Panel, enable the "Force classic Control Panel Style" setting to remove the Category view, and then use this setting to control which .cpls are not displayed."
  8737. DisallowCpls="Hide specified Control Panel applets"
  8738. DisallowCplsList="List of disallowed Control Panel applets"
  8739. Display="Display"
  8740. DisplayErrors="Display error messages"
  8741. DNS_Client="DNS Client"
  8742. DNS_Client_Interfaces="Interfaces"
  8743. DNS_RegistrationRefreshInterval="Registration Refresh Interval"
  8744. DNS_RegistrationRefreshInterval_Help="Specifies the Registration Refresh Interval of A and PTR resource records for computers to which this setting is applied. This setting may be applied to computers using dynamic update only.\n\nComputers running Windows 2000 and Windows XP, and configured to perform dynamic DNS registration of A and PTR resource records, periodically reregister their records with DNS servers, even if their records’ data has not changed. This reregistration is required to indicate to DNS servers configured to automatically remove (scavenge) stale records that these records are current and should be preserved in the database.\n\nWarning: If the DNS resource records are registered in zones with scavenging enabled, the value of this setting should never be longer than the Refresh Interval configured for these zones. Setting the Registration Refresh Interval to longer than the Refresh Interval of the DNS zones might result in the undesired deletion of A and PTR resource records.\n\nTo specify the Registration Refresh Interval, click Enable, and then enter a value larger than 1800. Remember, this value specifies the Registration Refresh Interval in seconds, for example, 1800 seconds is 30 minutes.\n\nIf this setting is not configured, it is not applied to any computers, and computers use their local configuration."
  8745. DNS_RegistrationRefreshIntervalLabel="Seconds:"
  8746. DNS_RegistrationEnabled="Dynamic Update"
  8747. DNS_RegistrationEnabled_Help="Determines if dynamic update is enabled.\n\nComputers configured for dynamic update automatically register and update their DNS resource records with a DNS server.\n\nIf you enable this setting, the computers to which this setting is applied may use dynamic DNS registration on each of their network connections, depending on the configuration of each individual network connection. For a dynamic DNS registration to be enabled on a specific network connection, it is necessary and sufficient that both computer-specific and connection-specific configurations allow dynamic DNS registration. This setting controls the computer-specific property controlling dynamic DNS registration. If you enable this setting, you allow dynamic update to be set individually for each of the network connections.\n\nIf you disable this setting, the computers to which this setting is applied may not use dynamic DNS registration for any of their network connections, regardless of the configuration for individual network connections.\n\nIf this setting is not configured, it is not applied to any computers, and computers use their local configuration."
  8748. DNS_RegistrationOverwritesInConflict="Replace Addresses In Conflicts"
  8749. DNS_RegistrationOverwritesInConflict_Help="Determines whether a DNS client that attempts to register its A resource record should overwrite an existing A resource record or records containing conflicting IP addresses.\n\nThis setting is designed for computers that register A resource records in DNS zones that do not support Secure Dynamic Update. Secure Dynamic Update preserves ownership of resource records and does not allow a DNS client to overwrite records that are registered by other computers.\n\nDuring dynamic update of a zone that does not use Secure Dynamic Update, a DNS client may discover that an existing A resource record associates the client’s host DNS name with an IP address of a different computer. According to the default configuration, the DNS client attempts to replace the existing A resource record with an A resource record associating the DNS name with the client’s IP address.\n\nIf you enable this setting, DNS clients attempt to replace conflicting A resource records during dynamic update.\n\nIf you disable this setting, the DNS client still performs the dynamic update of A resource records, but if the DNS client attempts to update A resource records containing conflicts, this attempt fails and an error is recorded in the Event Viewer log.\n\nIf this setting is not configured, it is not applied to any computers, and computers use their local configuration."
  8750. DNS_RegisterReverseLookup="Register PTR Records"
  8751. DNS_RegisterReverseLookup_Help="Determines whether the registration of PTR resource records is enabled for the computers to which this policy is applied.\n\nBy default, DNS clients configured to perform dynamic DNS registration attempt PTR resource record registration only if they successfully registered the corresponding A resource record. “A” resource records map a host DNS name to the host IP address, and “PTR” resource records map the host IP address to the host DNS name.\n\nTo enable this setting, click Enable, and then select one of the following values:\n\nDo not register - computers never attempt PTR resource records registration.\n\nRegister - computers attempt PTR resource records registration regardless of the success of the A records registration.\n\nRegister only if A record registration succeeds – computers attempt PTR resource records registration only if they successfully registered the corresponding A resource records.\n\nIf this setting is not configured, it is not applied to any computers, and computers use their local configuration."
  8752. DNS_RegisterReverseLookup_box="Register PTR records:"
  8753. DNS_RegisterReverseLookup_Register="Register"
  8754. DNS_RegisterReverseLookup_DoNotRegister="Do not register"
  8755. DNS_RegisterReverseLookup_RegisterOnlyIfASucceeds="Register only if A record registration succeeds "
  8756. DNS_Domain="Connection-Specific DNS Suffix"
  8757. DNS_Domain_Help="Specifies a connection-specific DNS suffix. This setting supersedes the connection-specific DNS suffixes set on the computers to which this setting is applied, those configured locally and those configured using DHCP.\n\nWarning: A connection-specific DNS suffix specified in this setting is applied to all the network connections used by multihomed computers to which this setting is applied.\n\nTo use this setting, click Enable, and then enter a string value representing the DNS suffix in the available field.\n\nIf this setting is not configured, it is not applied to any computers, and computers use their local or DHCP-configuration parameters."
  8758. DNS_DomainLabel="DNS Suffix:"
  8759. DNS_RegisterAdapterName="Register DNS records with connection-specific DNS suffix"
  8760. DNS_RegisterAdapterName_Help="Determines if a computer performing dynamic registration may register A and PTR resource records with a concatenation of its Computer Name and a connection-specific DNS suffix, in addition to registering these records with a concatenation of its Computer Name and the Primary DNS suffix.\n\nWarning: Enabling of this group setting is applied to all the network connections of multihomed computers to which this setting is applied.\n\nBy default, a DNS client performing dynamic DNS registration registers A and PTR resource records with a concatenation of its Computer Name and the primary DNS suffix. For example, a concatenation of a Computer Name, such as "mycomputer", and the primary DNS suffix, such as "microsoft.com", would result in "mycomputer.microsoft.com".\n\nIf this setting were enabled, a computer would register A and PTR resource records with its connection-specific DNS suffix in addition to registering A and PTR resource records with the primary DNS suffix. For example, a concatenation of a Computer Name "mycomputer" and the connection specific DNS suffix "VPNconnection" would be used when registering A and PTR resource records, resulting in "mycomputer.VPNconnection". Notice that if dynamic DNS registration is disabled on a computer to which this setting is applied, then, regardless of this setting’s settings, a computer does not attempt dynamic DNS registration of A and PTR records containing a concatenation of its Computer Name and a connection-specific DNS suffix. If dynamic DNS registration is disabled on a specific network connection of a computer to which this setting is applied, then, regardless of this setting’s settings, a computer does not attempt dynamic DNS registration of A and PTR records containing a concatenation of its Computer Name and a connection-specific DNS suffix on that network connection.\n\nIf this setting is disabled, a DNS client does not register A and PTR resource records with its connection-specific DNS suffix.\n\nIf this setting is not configured, it is not applied to any computers, and computers use their local configuration."
  8761. DNS_NameServer="DNS Servers"
  8762. DNS_NameServer_Help="Defines the DNS servers to which a computer sends queries when it attempts to resolve names.\n\nWarning: The list of the DNS servers defined in this setting supersedes DNS servers configured locally and those configured using DHCP. The list of DNS servers is applied to all network connections of multihomed computers to which this setting is applied.\n\nTo use this setting, click Enable, and then enter a space-delimited list of IP addresses (in dotted decimal format) in the available field. If you enable this setting, you must enter at least one IP address.\n\nIf this setting is not configured, it is not applied to any computers, and computers use their local or DHCP-configured parameters."
  8763. DNS_NameServerLabel="IP Addresses:"
  8764. DNS_SearchList="DNS Suffix Search List"
  8765. DNS_SearchList_Help="Determines the DNS suffixes to attach to an unqualified single-label name before submission of a DNS query for that name.\n\nAn unqualified single-label name contains no dots, such as "example". This is different from a fully qualified domain name, such as "example.microsoft.com.".\n\nWith this setting enabled, when a user submits a query for a single-label name, such as "example", a local DNS client attaches a suffix, such as "microsoft.com", resulting in the query "example.microsoft.com", before sending the query to a DNS server.\n\nIf you enable this setting, you can specify the DNS suffixes to attach before submission of a query for an unqualified single-label name. The values of the DNS suffixes in this setting may be set using comma-separated strings, such as "microsoft.com,serverua.microsoft.com,office.microsoft.com". One DNS suffix is attached for each submission of a query. If a query is unsuccessful, a new DNS suffix is added in place of the failed suffix, and this new query is submitted. The values are used in the order they appear in the string, starting with the leftmost value and preceding to the right.\n\nIf you enable this setting, you must specify at least one suffix.\n\nIf you disable this setting, the primary DNS suffix and network connection-specific DNS suffixes are appended to the unqualified queries.\n\nIf this setting is not configured, it is not applied to any computers, and computers use their local configuration."
  8766. DNS_SearchListLabel="DNS Suffixes:"
  8767. DNS_UseDomainNameDevolution="Primary DNS Suffix Devolution"
  8768. DNS_UseDomainNameDevolution_Help="Determines whether the DNS client performs primary DNS suffix devolution in a name resolution process.\n\nWhen a user submits a query for a single-label name, such as "example", a local DNS client attaches a suffix, such as "microsoft.com", resulting in the query "example.microsoft.com", before sending the query to a DNS server.\n\nIf a DNS Suffix Search List is not specified, the DNS client attaches the Primary DNS Suffix to a single-label name, and, if this query fails, the Connection-Specific DNS suffix is attached for a new query. If none of these queries are resolved, the client devolves the Primary DNS Suffix of the computer (drops the leftmost label of the Primary DNS Suffix), attaches this devolved Primary DNS suffix to the single-label name, and submits this new query to a DNS server.\n\nFor example, if the primary DNS suffix ooo.aaa.microsoft.com is attached to the non-dot-terminated single-label name "example," and the DNS query for example.ooo.aaa.reskit.com fails, the DNS client devolves the primary DNS suffix (drops the leftmost label), and submits a query for example.aaa.microsoft.com. If this query fails, the primary DNS suffix is devolved further and the query example.microsoft.com is submitted. If this query fails, devolution continues and the query example.microsoft.com is submitted. The primary DNS suffix would not be devolved further because the DNS suffix has two labels, "microsoft.com". The primary DNS suffix cannot be devolved to less than two labels.\n\nIf this setting is enabled, DNS clients on the computers to which this setting is applied attempt to resolve names that are concatenations of the single-label name to be resolved and the devolved Primary DNS Suffix.\n\nIf this setting is disabled, DNS clients on the computers to which this setting is applied donot attempt to resolve names that are concatenations of the single-label name to be resolved and the devolved Primary DNS Suffix.\n\nIf this setting is not configured, it is not applied to any computers, and computers use their local configuration."
  8769. DNS_PrimaryDnsSuffix_Help="Specifies the primary Domain Name System (DNS) suffix for all affected computers. The primary DNS suffix is used in DNS name registration and DNS name resolution.\n\nThis setting lets you specify a primary DNS suffix for a group of computers and prevents users, including administrators, from changing it.\n\nIf you disable this setting or do not configure it, each computer uses its local primary DNS suffix, which is usually the DNS name of Active Directory domain to which it is joined. However, administrators can use System in Control Panel to change the primary DNS suffix of a computer.\n\nTo use this setting, in the text box provided, type the entire primary DNS suffix you want to assign. For example, microsoft.com.\n\nThis setting does not disable the DNS Suffix and NetBIOS Computer Name dialog box that administrators use to change the primary DNS suffix of a computer. However, if administrators enter a suffix, that suffix is ignored while this setting is enabled.\n\nImportant: To make changes to this setting effective, you must restart Windows 2000 on all computers affected by the setting.\n\nNote: To change the primary DNS suffix of a computer without setting a setting, click System in Control Panel, click the Network Identification tab, click Properties, click More, and then enter a suffix in the "Primary DNS suffix of this computer" box.\n\nFor more information about DNS, see "Domain Name System (DNS)" in Help."
  8770. DNS_PrimaryDnsSuffix="Primary DNS Suffix"
  8771. DNS_PrimaryDnsSuffixBox="Enter a primary DNS suffix:"
  8772. DNS_RegistrationTtl="TTL Set in the A and PTR records"
  8773. DNS_RegistrationTtl_Help="Specifies the value for the Time-To-Live (TTL) field in A and PTR resource records registered by the computers to which this setting is applied.\n\nTo specify the TTL, click Enable, and then enter a value in seconds (for example, the value 900 is 15 minutes).\n\nIf this setting is not configured, it is not applied to any computer."
  8774. DNS_RegistrationTtlLabel="Seconds:"
  8775. DNS_UpdateSecurityLevel="Update Security Level"
  8776. DNS_UpdateSecurityLevel_Help="Specifies whether the computers to which this setting is applied use secure dynamic update or standard dynamic update for registration of DNS records.\n\nTo enable this setting, click Enable, and then choose one of the following values.\n\nUnsecure followed by secure - if this option is chosen, computers send secure dynamic updates only when nonsecure dynamic updates are refused.\n\nOnly Unsecure - if this option is chosen, computers send only nonsecure dynamic updates.\n\nOnly Secure - if this option is chosen, computers send only secure dynamic updates.\n\nIf this setting is not configured, it is not applied to any computers, and computers use their local configuration."
  8777. DNS_UpdateSecurityLevel_box="Update Security Level:"
  8778. DNS_UpdateSecurityLevel_OnlySecure="Only Secure"
  8779. DNS_UpdateSecurityLevel_OnlyUnsecure="Only Unsecure"
  8780. DNS_UpdateSecurityLevel_UnsecureFollowedBySecure="Unsecure followed by Secure"
  8781. DNS_AppendToMultiLabelName="Append DNS Suffixes to resolve multi-label names"
  8782. DNS_AppendToMultiLabelName_Help="Determines whether local a DNS client should attach DNS suffixes to a multi-label, non-dot-terminated name prior to submission of a DNS query for that name.\n\nA multi-label, non-dot-terminated name contains at least one dot, but not as its first or last character, for example, "www.microsoft.com".\n\nWith this setting enabled, when a user submits a query for a multi-label, non-dot-terminated name, such as "www.microsoft.com", a local DNS client attempts to resolve the name as is, that is, as "www.microsoft.com." or "www.hr". If such name resolution fails, then DNS client attaches a suffix, such as "microsoft.com" or "example.net", resulting in the query "www.microsoft.com.microsoft.com." or "www.hr.example.net", and sends the query to a DNS server.\n\nWith this setting disabled, when a user submits a query for a multi-label, non-dot-terminated name, such as "www.microsoft.com" or "www.hr", a local DNS client attempts to resolve the name only as is, that is, as "www.microsoft.com." or "www.hr". Regardless of the query result, the DNS client does not attempt to attach any DNS suffix to the specified name, and it resolves the query for the concatenated name.\n\nIf this setting is not configured, it is not applied to any computers, and computers use their local configuration.
  8783. DNS_UpdateTopLevelDomainZones="Update Top Level Domain Zones"
  8784. DNS_UpdateTopLevelDomainZones_Help="Specifies whether the computers to which this setting is applied may send dynamic updates to the zones named with a single label name, also known as top-level domain zones, for example, “com”.\n\nBy default, a DNS client configured to perform dynamic DNS update sends dynamic updates to the DNS zone that is authoritative for its DNS resource records, unless the authoritative zone is a top-level domain and root zone.\n\nIf this setting is enabled, computers to which this policy is applied send dynamic updates to any zone that is authoritative for the resource records that the computer needs to update, except the root zone.\n\nIf this setting is disabled, computers to which this policy is applied do not send dynamic updates to the root and/or top-level domain zones that are authoritative for the resource records that the computer needs to update.\n\nIf this setting is not configured, it is not applied to any computers, and computers use their local configuration."
  8785. DOnly="Restrict D drive only"
  8786. DownlevelBrowse_Help="Allows users to use the Add Printer Wizard to search the network for shared printers.\n\nIf you enable this setting or do not configure it, when users click "Add a network printer" but do not type the name of a particular printer, the Add Printer Wizard displays a list of all shared printers on the network and invites users to choose a printer from among them.\n\nIf you disable this setting, the network printer browse page is removed from within the Add Printer Wizard, and users cannot search the network but must type a printer name.\n\nNote: This setting affects the Add Printer Wizard only. It does not prevent users from using other programs to search for shared printers or to connect to network printers."
  8787. DownlevelBrowse="Browse the network to find printers"
  8788. DQ_Enable_Help="Enables and disables disk quota management on all NTFS volumes of the computer, and prevents users from changing the setting.\n\nIf you enable this setting, disk quota management is enabled, and users cannot disable it.\n\nIf you disable the setting, disk quota management is disabled, and users cannot enable it.\n\nIf this setting is not configured, disk quota management is disabled by default, but administrators can enable it.\n\nTo prevent users from changing the setting while a setting is in effect, the system disables the "Enable quota management" option on the Quota tab of NTFS volumes.\n\nNote: This setting enables disk quota management but does not establish or enforce a particular disk quota limit. To specify a disk quota limit, use the "Default quota limit and warning level" setting. Otherwise, the system uses the physical space on the volume as the quota limit.\n\nNote: To enable or disable disk quota management without specifying a setting, in My Computer, right-click the name of an NTFS volume, click Properties, click the Quota tab, and then click the "Enable quota management" option."
  8789. DQ_Enable="Enable disk quotas"
  8790. DQ_Enforce_Help="Determines whether disk quota limits are enforced and prevents users from changing the setting.\n\nIf you enable this setting, disk quota limits are enforced. If you disable this setting, disk quota limits are not enforced. When you enable or disable the setting, the system disables the "Deny disk space to users exceeding quota limit" option on the Quota tab so administrators cannot make changes while the setting is in effect.\n\nIf the setting is not configured, the disk quota limit is not enforced by default, but administrators change the setting.\n\nEnforcement is optional. When users reach an enforced disk quota limit, the system responds as though the physical space on the volume were exhausted. When users reach an unenforced limit, their status in the Quota Entries window changes, but they can continue to write to the volume as long as physical space is available.\n\nNote: This setting overrides user settings that enable or disable quota enforcement on their volumes.\n\nNote: To specify a disk quota limit, use the "Default quota limit and warning level" setting. Otherwise, the system uses the physical space on the volume as the quota limit."
  8791. DQ_Enforce="Enforce disk quota limit"
  8792. DQ_Limit_Help="Specifies the default disk quota limit and warning level for new users of the volume.\n\nThis setting determines how much disk space can be used by each user on each of the NTFS file system volumes on a computer. It also specifies the warning level, the point at which the user's status in the Quota Entries window changes to indicate that the user is approaching the disk quota limit.\n\nThis setting overrides new users’ settings for the disk quota limit and warning level on their volumes, and it disables the corresponding options in the "Select the default quota limit for new users of this volume" section on the Quota tab.\n\nThis setting applies to all new users as soon as they write to the volume. It does not affect disk quota limits for current users or affect customized limits and warning levels set for particular users (on the Quota tab in Volume Properties).\n\nIf you disable this setting or do not configure it, the disk space available to users is not limited. The disk quota management feature uses the physical space on each volume as its quota limit and warning level.\n\nWhen you select a limit, remember that the same limit applies to all users on all volumes, regardless of actual volume size. Be sure to set the limit and warning level so that it is reasonable for the range of volumes in the group.\n\nThis setting is effective only when disk quota management is enabled on the volume. Also, if disk quotas are not enforced, users can exceed the quota limit you set. When users reach the quota limit, their status in the Quota Entries window changes, but users can continue to write to the volume."
  8793. DQ_Limit="Default quota limit and warning level"
  8794. DQ_LimitLabel="Default quota limit:"
  8795. DQ_LimitTip1="Specify a quota limit and warning level applied to users when"
  8796. DQ_LimitTip2="they first write to a quota-enabled volume."
  8797. DQ_LimitUnits="Units"
  8798. DQ_LimitValue="Value"
  8799. DQ_LogEventOverLimit_Help="Determines whether the system records an event in the local Application log when users reach their disk quota limit on a volume, and prevents users from changing the logging setting.\n\nIf you enable this setting, the system records an event when the user reaches their limit. If you disable this setting, no event is recorded. Also, when you enable or disable this setting, the system disables the "Log event when a user exceeds their quota limit" option on the Quota tab, so administrators cannot change the setting while a setting is in effect.\n\nIf the setting is not configured, no events are recorded, but administrators can use the Quota tab option to change the setting.\n\nThis setting is independent of the enforcement settings for disk quotas. As a result, you can direct the system to log an event, regardless of whether or not you choose to enforce the disk quota limit.\n\nAlso, this setting does not affect the Quota Entries window on the Quota tab. Even without the logged event, users can detect that they have reached their limit, because their status in the Quota Entries window changes.\n\nNote: To find the logging option, in My Computer, right-click the name of an NTFS file system volume, click Properties, and then click the Quota tab."
  8800. DQ_LogEventOverLimit="Log event when quota limit exceeded"
  8801. DQ_LogEventOverThreshold_Help="Determines whether the system records an event in the Application log when users reach their disk quota warning level on a volume.\n\nIf you enable this setting, the system records an event. If you disable this setting, no event is recorded. When you enable or disable the setting, the system disables the corresponding "Log event when a user exceeds their warning level" option on the Quota tab, so that administrators cannot change logging while a setting is in effect.\n\nIf the setting is not configured, no event is recorded, but administrators can use the Quota tab option to change the logging setting.\n\nThis setting does not affect the Quota Entries window on the Quota tab. Even without the logged event, users can detect that they have reached their warning level because their status in the Quota Entries window changes.\n\nNote: To find the logging option, in My Computer, right-click the name of an NTFS file system volume, click Properties, and then click the Quota tab."
  8802. DQ_LogEventOverThreshold="Log event when quota warning level exceeded"
  8803. DQ_RemovableMedia_Help="Extends the disk quota policies in this folder to NTFS file system volumes on removable media.\n\nIf you disable this setting or do not configure it, the disk quota policies established in this folder apply to fixed-media NTFS volumes only. Note: When this setting is applied, the computer will apply the disk quota to both fixed and removable media."
  8804. DQ_RemovableMedia="Apply policy to removable media"
  8805. DQ_ThresholdLabel="Default warning level:"
  8806. DQ_ThresholdUnits="Units"
  8807. DQ_ThresholdValue="Value"
  8808. DQ_UnitsEB="EB"
  8809. DQ_UnitsGB="GB"
  8810. DQ_UnitsKB="KB"
  8811. DQ_UnitsMB="MB"
  8812. DQ_UnitsPB="PB"
  8813. DQ_UnitsTB="TB"
  8814. DragAndDrop="Prohibit Drag-and-Drop"
  8815. DragAndDropHelp="Prevents users from adding or removing tasks by moving or copying programs in the Scheduled Tasks folder.\n\nThis setting disables the Cut, Copy, Paste, and Paste shortcut items on the context menu and the Edit menu in Scheduled Tasks. It also disables the drag-and-drop features of the Scheduled Tasks folder.\n\nAs a result, users cannot add new scheduled tasks by dragging, moving, or copying a document or program into the Scheduled tasks folder.\n\nThis setting does not prevent users from using other methods to create new tasks, and it does not prevent users from deleting tasks.\n\nNote: This setting appears in the Computer Configuration and User Configuration folders. If both settings are configured, the setting in Computer Configuration takes precedence over the setting in User Configuration."
  8816. DriverSearchPlaces="Configure driver search locations"
  8817. DriverSearchPlaces_Help="This setting configures the location that Windows searches for drivers when a new piece of hardware is found.\n\nBy default, Windows searches the following places for drivers: local installation, floppy drives, CD-ROM drives, Windows Update.\n\nUsing this setting, you may remove any or all of these from the search algorithm.\n\nIf you enable this setting, you can remove any of the three locations by selecting the associated check box beside the location name.\n\nIf you disable or do not configure this setting, Windows searches the location installation, floppy drives, CD-ROM drives, and Windows Update for drivers."
  8818. DriverSearchPlaces_Floppies="Don't search floppy disk drives"
  8819. DriverSearchPlaces_CD="Don't search CD-ROM drives"
  8820. DriverSearchPlaces_WindowsUpdate="Don't search Windows Update"
  8821. DriverSign_Block="Block"
  8822. DriverSign_None="Ignore"
  8823. DriverSign_Warn="Warn"
  8824. DriverSigning_Help="Determines how the system responds when a user tries to install device driver files that are not digitally signed.\n\nThis setting establishes the least secure response permitted on the systems of users in the group. Users can use System in Control Panel to select a more secure setting, but when this setting is enabled, the system does not implement any setting less secure than the one the setting established.\n\nWhen you enable this setting, use the drop-down box to specify the desired response.\n\n--   "Ignore" directs the system to proceed with the installation even if it includes unsigned files.\n\n--   "Warn" notifies the user that files are not digitally signed and lets the user decide whether to stop or to proceed with the installation and whether to permit unsigned files to be installed. "Warn" is the default.\n\n--   "Block" directs the system to refuse to install unsigned files. As a result, the installation stops, and none of the files in the driver package are installed.\n\nTo change driver file security without specifying a setting, use System in Control Panel. Right-click My Computer, click Properties, click the Hardware tab, and then click the Driver Signing button."
  8825. DriverSigning="Code signing for device drivers"
  8826. DriverSigningOp="When Windows detects a driver file without a digital signature:"
  8827. EnableAdminTSRemote_Help="Allows Terminal Services administrators to install and configure programs remotely.\n\nBy default, system administrators can install programs only when system administrators are logged on to the computer on which the program is being installed. This setting creates a special exception for computers running Terminal Services.\n\nThis setting affects system administrators only. Other users cannot install programs remotely."
  8828. EnableAdminTSRemote="Allow admin to install from Terminal Services session"
  8829. EnableSlowLinkDetect_Help="Disables the slow link detection feature.\n\nSlow link detection measures the speed of the connection between a user's computer and the remote server that stores the roaming user profile. When the system detects a slow link, the related settings in this folder tell the system how to respond.\n\nIf you enable this setting, the system does not detect slow connections or recognize any connections as being slow. As a result, the system does not respond to slow connections to user profiles, and it ignores the settings that tell the system how to respond to a slow connection.\n\nIf you disable this setting or do not configure it, slow link detection is enabled. The system measures the speed of the connection between the user's computer and profile server. If the connection is slow (as defined by the "Slow network connection timeout for user profiles" setting), the system applies the other settings set in this folder to determine how to proceed. By default, when the connection is slow, the system loads the local copy of the user profile."
  8830. EnableSlowLinkDetect="Do not detect slow network connections"
  8831. EnableSlowLinkUI="Prompt user when slow link is detected"
  8832. EnableSlowLinkUI_Help="Notifies users when their roaming profile is slow to load. The notice lets users decide whether to use a local copy or to wait for the roaming user profile.\n\nIf you disable this setting or do not configure it, when a roaming user profile is slow to load, the system does not consult the user. Instead, it loads the local copy of the profile. If you have enabled the "Wait for remote user profile" setting, the system loads the remote copy without consulting the user.\n\nThis setting and related settings in this folder together define the system's response when roaming user profiles are slow to load.\n\nTo adjust the time within which the user must respond to this notice, use the "Timeout for dialog boxes" setting.\n\nImportant: If the "Do not detect slow network connections" setting is enabled, this setting is ignored. Also, if the "Delete cached copies of roaming profiles" setting is enabled, there is no local copy of the roaming profile to load when the system detects a slow connection."
  8833. EnableUserControl_Help="Permits users to change installation options that typically are available only to system administrators.\n\nThis setting bypasses some of the security features of Windows Installer. It permits installations to complete that otherwise would be halted due to a security violation.\n\nThe security features of Windows Installer prevent users from changing installation options typically reserved for system administrators, such as specifying the directory to which files are installed. If Windows Installer detects that an installation package has permitted the user to change a protected option, it stops the installation and displays a message. These security features operate only when the installation program is running in a privileged security context in which it has access to directories denied to the user.\n\nThis setting is designed for less restrictive environments. It can be used to circumvent errors in an installation program that prevents software from being installed."
  8834. EnableUserControl="Enable user control over installs"
  8835. EnforcePoliciesOnly="Enforce Show Policies Only"
  8836. EnforcePoliciesOnly_Help="Prevents administrators from viewing or using Group Policy preferences.\n\nA Group Policy administration (.adm) file can contain both true settings and preferences. True settings, which are fully supported by Group Policy, must use registry entries in the Software\Policies or Software\Microsoft\Windows\CurrentVersion\Policies registry subkeys. Preferences, which are not fully supported, use registry entries in other subkeys.\n\nIf you enable this setting, the "Show Policies Only" command is turned on, and administrators cannot turn it off. As a result, Group Policy displays only true settings; preferences do not appear.\n\nIf you disable this setting or do not configure it, the "Show Policies Only" command is turned on by default, but administrators can view preferences by turning off the "Show Policies Only" command.\n\nNote: To find the "Show Policies Only" command, in Group Policy, click the Administrative Templates folder (either one), right-click the same folder, and then point to "View."\n\nIn Group Policy, preferences have a red icon to distinguish them from true settings, which have a blue icon."
  8837. EnforceShellExtensionSecurity_Help="This setting is designed to ensure that shell extensions can operate on a per-user basis. If you enable this setting, Windows is directed to only run those shell extensions that have either been approved by an administrator or that will not impact other users of the machine.\n\nA shell extension only runs if there is an entry in at least one of the following locations in registry.\n\nFor shell extensions that have been approved by the administrator and are available to all users of the computer, there must be an entry at HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Shell Extensions\Approved.\n\nFor shell extensions to run on a per-user basis, there must be an entry at HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Shell Extensions\Approved."
  8838. EnforceShellExtensionSecurity="Allow only per user or approved shell extensions"
  8839. Exclude_Tip1="You can enter multiple directory names, semi-colon separated,"
  8840. Exclude_Tip2="all relative to the root of the user's profile"
  8841. ExcludeDirectories_Help="Lets you add to the list of folders excluded from the user's roaming profile.\n\nThis setting lets you exclude folders that are normally included in the user's profile. As a result, these folders do not need to be stored by the network server on which the profile resides and do not follow users to other computers.\n\nBy default, the History, Local Settings, Temp, and Temporary Internet Files folders are excluded from the user's roaming profile.\n\nIf you enable this setting, you can exclude additional folders.\n\nIf you disable this setting or do not configure it, only the default folders are excluded.\n\nNote: You cannot use this setting to include the default folders in a roaming user profile."
  8842. ExcludeDirectories="Exclude directories in roaming profile"
  8843. ExcludeMessage="Prevent the following directories from roaming with the profile:"
  8844. Execution="Prevent Task Run or End"
  8845. ExecutionHelp="Prevents users from starting and stopping tasks manually.\n\nThis setting removes the Run and End Task items from the context menu that appears when you right-click a task. As a result, users cannot start tasks manually or force tasks to end before they are finished.\n\nNote: This setting appears in the Computer Configuration and User Configuration folders. If both settings are configured, the setting in Computer Configuration takes precedence over the setting in User Configuration."
  8846. ExplorerWindow="Windows Explorer window"
  8847. ForceActiveDesktopOn_Help="Enables Active Desktop and prevents users from disabling it.\n\nThis prevents users from trying to enable or disable Active Desktop while a policy controls it.\n\nIf you disable this setting or do not configure it, Active Desktop is disabled by default, but users can enable it.\n\nNote: If both the "Enable Active Desktop" setting and the "Disable Active Desktop" setting are enabled, the "Disable Active Desktop" setting is ignored. If the "Disable Active Desktop and Web view" setting (in User Configuration\Administrative Templates\Windows Components\Windows Explorer) is enabled, then Active Desktop is disabled and both of these settings are ignored."
  8848. ForceActiveDesktopOn_Tip="Allows HTML and JPEG Wallpaper"
  8849. ForceActiveDesktopOn="Enable Active Desktop"
  8850. ForceClassicControlPanel="Force classic Control Panel Style"
  8851. ForceClassicControlPanel_Help="This setting affects the visual style and presentation of the Control Panel.\n\nIt allows you to disable the new style of Control Panel, which is task-based, and use the Windows 2000 style, referred to as the "classic" Control Panel. The new Control Panel, referred to as the "simple" Control Panel, simplifies how users interact with settings by providing easy-to-understand tasks that help users get their work done quickly. The Control Panel allows the users to configure their computer, add or remove programs, and change settings.\n\nIf you enable this setting, Control Panel sets the classic Control Panel. The user cannot switch to the new simple style.\n\nIf you disable this setting, Control Panel is set to the task-based style. The user cannot switch to the classic Control Panel style.\n\nIf you do not configure it, the default is the task-based style, which the user can change."
  8852. ForceStartMenuLogoff_Help="Adds the "Log Off <username>" item to the Start menu and prevents users from removing it.\n\nIf you enable this setting, the Log Off <username> item appears in the Start menu. This setting also removes the Display Logoff item from Start Menu Options. As a result, users cannot remove the Log Off <username> item from the Start Menu.\n\nIf you disable this setting or do not configure it, users can use the Display Logoff item to add and remove the Log Off item.\n\nThis setting affects the Start menu only. It does not affect the Log Off item on the Windows Security dialog box that appears when you press Ctrl+Alt+Del.\n\nNote: To add or remove the Log Off item on a computer, click Start, click Settings, click Taskbar and Start Menu, click the Start Menu Options tab, and then, in the Start Menu Settings box, click Display Logoff.\n\nAlso, see "Remove Logoff" in User Configuration\Administrative Templates\System\Logon/Logoff."
  8853. ForceStartMenuLogoff="Add Logoff to the Start Menu"
  8854. DiskQuota="Disk Quotas"
  8855. GPDCOptionAny="Use any available domain controller"
  8856. GPDCOptionInherit="Inherit from Active Directory Snap-ins"
  8857. GPDCOptionPDC="Use the Primary Domain Controller"
  8858. GPDCOptions="Group Policy domain controller selection"
  8859. GPDCOptions_Help="Determines which domain controller the Group Policy snap-in uses.\n\n--  "Use the Primary Domain Controller" indicates that the Group Policy snap-in reads and writes changes to the domain controller designated as the PDC Operations Master for the domain.\n\n--  "Inherit from Active Directory Snap-ins" indicates that the Group Policy snap-in reads and writes changes to the domain controller that Active Directory Users and Computers or Active Directory Sites and Services snap-ins use.\n\n--  "Use any available domain controller" indicates that the Group Policy snap-in can read and write changes to any available domain controller.\n\nIf you disable this setting or do not configure it, the Group Policy snap-in uses the domain controller designated as the PDC Operations Master for the domain.\n\nNote: To change the PDC Operations Master for a domain, in Active Directory Users and Computers, right-click a domain, and then click "Operations Masters.""
  8860. GPDCOptionsDesc="When Group Policy is selecting a domain controller to use, it should:"
  8861. GPOnly_Tip1="The System.adm file you have loaded requires Group Policy"
  8862. GPOnly_Tip2="in Windows 2000.  You cannot use the System Policy Editor"
  8863. GPOnly_Tip3="to display Windows 2000 Group Policy settings."
  8864. GPOnly_Tip4="  "
  8865. GPOnly_Tip5="Refer to the Group Policy White Paper for more information."
  8866. GPOnly="Unsupported Administrative Templates"
  8867. GPOnlyPolicy="System.adm"
  8868. GPO_Script_Tip="Range is 0 to 32000, use 0 for infinite wait time"
  8869. GPRefreshRate_C_Desc1="This setting allows you to customize how often Group Policy is applied"
  8870. GPRefreshRate_C_Desc2="to computers. The range is 0 to 64800 minutes (45 days)."
  8871. GPRefreshRate_DC_Desc1="This setting allows you to customize how often Group Policy is applied"
  8872. GPRefreshRate_DC_Desc2="to domain controllers. The range is 0 to 64800 minutes (45 days)."
  8873. GPRefreshRate_U_Desc1="This setting allows you to customize how often Group Policy is applied"
  8874. GPRefreshRate_U_Desc2="to users. The range is 0 to 64800 minutes (45 days)."
  8875. GPRefreshRate="Minutes:"
  8876. GPRefreshRateOffset_Desc1="This is a random time added to the refresh interval to prevent"
  8877. GPRefreshRateOffset_Desc2="all clients from requesting Group Policy at the same time."
  8878. GPRefreshRateOffset_Desc3="The range is 0 to 1440 minutes (24 hours)"
  8879. GPRefreshRateOffset="Minutes:"
  8880. GPTransferRate_Help="Defines a slow connection for purposes of applying and updating Group Policy.\n\nIf the rate at which data is transferred from the domain controller providing a policy update to the computers in this group is slower than the rate specified by this setting, the system considers the connection to be slow.\n\nThe system's response to a slow policy connection varies among policies. The program implementing the policy can specify the response to a slow link. Also, the policy processing settings in this folder lets you override the programs' specified responses to slow links.\n\nTo use this setting, in the "Connection speed" box, type a decimal number between 0 and 4,294,967,200 (0xFFFFFFA0), indicating a transfer rate in kilobits per second. Any connection slower than this rate is considered to be slow. If you type 0, all connections are considered to be fast.\n\nIf you disable this setting or do not configure it, the system uses the default value of 500 kilobits per second.\n\nThis setting appears in the Computer Configuration and User Configuration folders. The setting in Computer Configuration defines a slow link for policies in the Computer Configuration folder. The setting in User Configuration defines a slow link for settings in the User Configuration folder.\n\nAlso, see the "Do not detect slow network connections" and related policies in Computer Configuration\Administrative Templates\System\User Profile. Note: If the profile server has IP connectivity, the connection speed setting is used. If the profile server does not have IP connectivity, the SMB timing is used."
  8881. GPTransferRate="Group Policy slow link detection"
  8882. GreyMSIAds="Gray unavailable Windows Installer programs Start Menu shortcuts"
  8883. GreyMSIAds_Help="Displays Start menu shortcuts to partially installed programs in gray text.\n\nThis setting makes it easier for users to distinguish between programs that are fully installed and those that are only partially installed.\n\nPartially installed programs include those that a system administrator assigns using Windows Installer and those that users have configured for full installation upon first use.\n\nIf you disable this setting or do not configure it, all Start menu shortcuts appear as black text.\n\nNote: Enabling this setting can make the Start menu slow to open."
  8884. GroupPolicyRefreshRate_Help="Specifies how often Group Policy for computers is updated while the computer is in use (in the background). This setting specifies a background update rate only for Group Policies in the Computer Configuration folder.\n\nIn addition to background updates, Group Policy for the computer is always updated when the system starts.\n\nBy default, computer Group Policy is updated in the background every 90 minutes, with a random offset of 0 to 30 minutes.\n\nYou can specify an update rate from 0 to 64,800 minutes (45 days). If you select 0 minutes, the computer tries to update Group Policy every 7 seconds. However, because updates might interfere with users' work and increase network traffic, very short update intervals are not appropriate for most installations.\n\nIf you disable this setting, Group Policy is updated every 90 minutes (the default). To specify that Group Policy should never be updated while the computer is in use, select the "Turn off background refresh of Group Policy" policy.\n\nThe Group Policy refresh interval for computers policy also lets you specify how much the actual update interval varies. To prevent clients with the same update interval from requesting updates simultaneously, the system varies the update interval for each client by a random number of minutes. The number you type in the random time box sets the upper limit for the range of variance. For example, if you type 30 minutes, the system selects a variance of 0 to 30 minutes. Typing a large number establishes a broad range and makes it less likely that client requests overlap. However, updates might be delayed significantly.\n\nThis setting establishes the update rate for computer Group Policy. To set an update rate for user policies, use the "Group Policy refresh interval for users" setting (located in User Configuration\Administrative Templates\System\Group Policy).\n\nThis setting is only used when the "Turn off background refresh of Group Policy" setting is not enabled.\n\nNote: Consider notifying users that their policy is updated periodically so that they recognize the signs of a policy update. When Group Policy is updated, the Windows desktop is refreshed; it flickers briefly and closes open menus. Also, restrictions imposed by Group Policies, such as those that limit the programs users can run, might interfere with tasks in progress."
  8885. GroupPolicyRefreshRate="Group Policy refresh interval for computers"
  8886. GroupPolicyRefreshRateDC_Help="Specifies how often Group Policy is updated on domain controllers while they are running (in the background). The updates specified by this setting occur in addition to updates performed when the system starts.\n\nBy default, Group Policy on the domain controllers is updated every five minutes.\n\nYou can specify an update rate from 0 to 64,800 minutes (45 days). If you select 0 minutes, the domain controller tries to update Group Policy every 7 seconds. However, because updates might interfere with users' work and increase network traffic, very short update intervals are not appropriate for most installations.\n\nIf you disable this setting, the domain controller updates Group Policy every 5 minutes (the default). To specify that Group Policies for users should never be updated while the computer is in use, select the "Turn off background refresh of Group Policy" setting.\n\nThis setting also lets you specify how much the actual update interval varies. To prevent domain controllers with the same update interval from requesting updates simultaneously, the system varies the update interval for each controller by a random number of minutes. The number you type in the random time box sets the upper limit for the range of variance. For example, if you type 30 minutes, the system selects a variance of 0 to 30 minutes. Typing a large number establishes a broad range and makes it less likely that update requests overlap. However, updates might be delayed significantly.\n\nNote: This setting is used only when you are establishing policy for a domain, site, organizational unit (OU), or customized group. If you are establishing policy for a local computer only, the system ignores this setting."
  8887. GroupPolicyRefreshRateDC="Group Policy refresh interval for domain controllers"
  8888. GroupPolicyRefreshRateUser_Help="Specifies how often Group Policy for users is updated while the computer is in use (in the background). This setting specifies a background update rate only for the Group Policies in the User Configuration folder.\n\nIn addition to background updates, Group Policy for users is always updated when users log on.\n\nBy default, user Group Policy is updated in the background every 90 minutes, with a random offset of 0 to 30 minutes.\n\nYou can specify an update rate from 0 to 64,800 minutes (45 days). If you select 0 minutes, the computer tries to update user Group Policy every 7 seconds. However, because updates might interfere with users' work and increase network traffic, very short update intervals are not appropriate for most installations.\n\nIf you disable this setting, user Group Policy is updated every 90 minutes (the default). To specify that Group Policy for users should never be updated while the computer is in use, select the "Turn off background refresh of Group Policy" setting.\n\nThis setting also lets you specify how much the actual update interval varies. To prevent clients with the same update interval from requesting updates simultaneously, the system varies the update interval for each client by a random number of minutes. The number you type in the random time box sets the upper limit for the range of variance. For example, if you type 30 minutes, the system selects a variance of 0 to 30 minutes. Typing a large number establishes a broad range and makes it less likely that client requests overlap. However, updates might be delayed significantly.\n\nImportant: If the "Turn off background refresh of Group Policy" setting is enabled, this setting is ignored.\n\nNote: This setting establishes the update rate for user Group Policies. To set an update rate for computer Group Policies, use the "Group Policy refresh interval for computers" setting (located in Computer Configuration\Administrative Templates\System\Group Policy).\n\nTip: Consider notifying users that their policy is updated periodically so that they recognize the signs of a policy update. When Group Policy is updated, the Windows desktop is refreshed; it flickers briefly and closes open menus. Also, restrictions imposed by Group Policies, such as those that limit the programs a user can run, might interfere with tasks in progress."
  8889. GroupPolicyRefreshRateUser="Group Policy refresh interval for users"
  8890. ImmortalPrintQueue_Help="Determines whether the domain controller can prune (delete from Active Directory) the printers published by this computer.\n\nBy default, the pruning service on the domain controller prunes printer objects from Active Directory if the computer that published them does not respond to contact requests. When the computer that published the printers restarts, it republishes any deleted printer objects.\n\nIf you enable this setting or do not configure it, the domain controller prunes this computer's printers when the computer does not respond.\n\nIf you disable this setting, the domain controller does not prune this computer's printers. This setting is designed to prevent printers from being pruned when the computer is temporarily disconnected from the network.\n\nNote: You can use the "Directory Pruning Interval" and "Directory Pruning Retry" settings to adjust the contact interval and number of contact attempts."
  8891. ImmortalPrintQueue="Allow pruning of published printers"
  8892. IncludeRegInProQuota="Include registry in file list"
  8893. Intellimenus_Help="Disables personalized menus.\n\nWindows 2000 personalizes long menus by moving recently used items to the top of the menu and hiding items that have not been used recently. Users can display the hidden items by clicking an arrow to extend the menu.\n\nIf you enable this setting, the system does not personalize menus. All menu items appear and remain in standard order. Also, this setting removes the "Use Personalized Menus" option so users do not try to change the setting while a setting is in effect.\n\nNote: Personalized menus require user tracking. If you enable the "Turn off user tracking" setting, the system disables user tracking and personalized menus and ignores this setting.\n\nTip: To Turn off personalized menus without specifying a setting, click Start, click Settings, click Taskbar and Start Menu, and then, on the General tab, clear the "Use Personalized Menus" option."
  8894. Intellimenus="Turn off personalized menus"
  8895. IntranetPrintersUrl_Help="Adds a link to an Internet or intranet Web page to the Add Printer Wizard.\n\nYou can use this setting to direct users to a Web page from which they can install printers.\n\nIf you enable this setting and type an Internet or intranet address in the text box, the system adds a Browse button to the "Locate Your Printer" page in the Add Printer Wizard. The Browse button appears beside the "Connect to a printer on the Internet or your intranet" option. When users click Browse, the system opens an Internet browser and navigates to the specified URL address to display the available printers.\n\nThis setting makes it easy for users to find the printers you want them to add.\n\nAlso, see the "Custom support URL in the Printers folder's left pane" and "Web-based printing" settings in Computer Configuration\Administrative Templates\Printers."
  8896. IntranetPrintersUrl_Link="Printers Page URL"
  8897. IntranetPrintersUrl_Tip1="Enable this option to add a browse button for Internet printers "
  8898. IntranetPrintersUrl_Tip2="in the Add Printer Wizard. Use this setting to allow users browsing "
  8899. IntranetPrintersUrl_Tip3="the company's Intranet for printers. For example, you can "
  8900. IntranetPrintersUrl_Tip4="specify a URL like: http://www.company.com/printers. "
  8901. IntranetPrintersUrl_Tip5="To enable this option, the edit box below should not be empty."
  8902. IntranetPrintersUrl="Browse a common web site to find printers"
  8903. KMPrintersAreBlocked_Help="Determines whether printers using kernel-mode drivers may be installed on the local computer. Kernel-mode drivers have access to system-wide memory, and therefore poorly-written kernel-mode drivers can cause stop errors.\n\nIf you disable this setting or do not configure it, printers using kernel-mode drivers may be installed on the local computer.\n\nIf you enable this setting, installation of a printer using a kernel-mode driver will not be allowed. This setting is enabled by default.\n\nNote:This setting only affects printer installation. It does not affect pre-existing printers using kernel-mode drivers. It also does not affect 64-bit Itanium computers, because kernel-mode drivers cannot be installed on Intel 64-bit Itanium computers."
  8904. KMPrintersAreBlocked="Disallow installation of printers using kernel-mode drivers"
  8905. Lbl_AlwaysPinSubFoldersHelp1="Ensures all subfolders are available offline when a folder is made"
  8906. Lbl_AlwaysPinSubFoldersHelp2="available for offline use."
  8907. Lbl_AssignedOfflineFilesHelp1="Specify network files and folders that are always available offline."
  8908. Lbl_AssignedOfflineFilesHelp2="In the name field, type a fully-qualified UNC path for each file or folder. "
  8909. Lbl_AssignedOfflineFilesHelp3="Do not enter a value for the item."
  8910. Lbl_AssignedOfflineFilesList="Files and Folders: "
  8911. Lbl_CustomGoOfflineActionsHelp1="Specify non-default actions for servers that become unavailable."
  8912. Lbl_CustomGoOfflineActionsHelp2="Enter a server name paired with an action value listed below."
  8913. Lbl_CustomGoOfflineActionsHelp3="Values:"
  8914. Lbl_CustomGoOfflineActionsHelp4="0 = Work offline. Server's files are available to local computer"
  8915. Lbl_CustomGoOfflineActionsHelp5="1 = Never go offline. Server's files are unavailable to local computer"
  8916. Lbl_CustomGoOfflineActionsList="Customize actions: "
  8917. Lbl_DefCacheSizeHelp1="Value entered is [ percent disk used * 10,000 ]."
  8918. Lbl_DefCacheSizeHelp2="For example, to indicate 12.53%, enter 1253."
  8919. Lbl_DefCacheSizeSpin="Default cache size: "
  8920. Lbl_Disabled="Disabled"
  8921. Lbl_Enabled="Enabled"
  8922. Lbl_EnabledHelp1="When enabled, files from auto-cache shared folders are cached on"
  8923. Lbl_EnabledHelp2="the local computer. Users can also select specific folders and"
  8924. Lbl_EnabledHelp3="files to always be available when working offline."
  8925. Lbl_EnabledOptionsCombo="Select one: "
  8926. Lbl_EventLoggingLevelHelp1="0 = Cache data corrupted"
  8927. Lbl_EventLoggingLevelHelp2="1 = Log 'server offline'"
  8928. Lbl_EventLoggingLevelHelp3="2 = Level 1 + log 'net stopped' and 'net started'"
  8929. Lbl_EventLoggingLevelHelp4="3 = Level 2 + log 'server available for reconnection'"
  8930. Lbl_EventLoggingLevelSpin="Enter [0-3]: "
  8931. Lbl_ExtExclusionListEdit="Extensions: "
  8932. Lbl_ExtExclusionListHelp1="Files may be excluded from caching on auto-cache shared folders based"
  8933. Lbl_ExtExclusionListHelp2="on their extension. Enter a list of extensions to be excluded. Extensions"
  8934. Lbl_ExtExclusionListHelp3="must be preceded by an asterisk and period. "e.g. *.dbf;*.ndx;*.lnk"
  8935. Lbl_Fail="Never go offline"
  8936. Lbl_FullSync="Full"
  8937. Lbl_GoOfflineActionCombo="Action: "
  8938. Lbl_GoOfflineActionHelp1="Specify how the system is to respond when a network server"
  8939. Lbl_GoOfflineActionHelp2="becomes unavailable."
  8940. Lbl_GoOfflineActionHelp3="Never go offline = Server's files are unavailable to local computer"
  8941. Lbl_GoOfflineActionHelp4="Work offline = Server's files are available to local computer"
  8942. Lbl_NoConfigCacheHelp1="Prevents users from changing any cache configuration settings."
  8943. Lbl_NoPinFilesHelp1="Click on Show and enter a UNC path for each file or folder"
  8944. Lbl_NoPinFilesList="Files and Folders: "
  8945. Lbl_PurgeOnlyAutoCachedFiles="Delete only the temporary offline files."
  8946. Lbl_PurgeAtLogoffHelp1="Causes the local copy of any offline file accessed by the user"
  8947. Lbl_PurgeAtLogoffHelp2="to be deleted when the user logs off of the computer."
  8948. Lbl_QuickSync="Quick"
  8949. Lbl_ReminderFreqHelp1="Number of minutes between reminder balloons"
  8950. Lbl_ReminderFreqSpin="Minutes: "
  8951. Lbl_ReminderInitTimeoutHelp1="Sets the lifetime of the initial notification balloon displayed"
  8952. Lbl_ReminderInitTimeoutHelp2="when an Offline Files event occurs."
  8953. Lbl_ReminderInitTimeoutSpin="Seconds: "
  8954. Lbl_ReminderTimeoutHelp1="Sets the lifetime of the balloon displayed periodically reminding"
  8955. Lbl_ReminderTimeoutHelp2="users of the current condition of Offline Files."
  8956. Lbl_ReminderTimeoutSpin="Seconds: "
  8957. Lbl_SlowLinkSpeed_Help1="Value entered is [ bps / 100 ] --> Example: 128,000bps, enter 1280"
  8958. Lbl_SlowLinkSpeedSpin="Value: "
  8959. Lbl_WorkOffline="Work offline"
  8960. LimitSize_Help="Sets the maximum size of each roaming user profile and determines the system's response when a roaming user profile reaches the maximum size.\n\nIf you disable this setting or do not configure it, the system does not limit the size of roaming user profiles.\n\nIf you enable this setting, you can do the following:\n\n--  Set a maximum permitted roaming profile size;\n\n--  Determine whether the registry files are included in the calculation of the profile size;\n\n--  Determine whether users are notified when the profile exceeds the permitted maximum size;\n\n--  Specify a customized message notifying users of the oversized profile;\n\n--  Determine how often the customized message is displayed."
  8961. LimitSize="Limit profile size"
  8962. LinkResolveIgnoreLinkInfo_Help="Determines whether Windows traces shortcuts back to their sources when it cannot find the target on the user's system.\n\nShortcut files typically include an absolute path to the original target file as well as the relative path to the current target file. When the system cannot find the file in the current target path, then, by default, it searches for the target in the original path. If the shortcut has been copied to a different computer, the original path might lead to a network computer, including external resources, such as an Internet server.\n\nIf you enable this setting, Windows only searches the current target path. It does not search for the original path even when it cannot find the target file in the current target path."
  8963. LinkResolveIgnoreLinkInfo="Do not track Shell shortcuts during roaming"
  8964. LoadBalance="Load balancing"
  8965. LocalProfile="Only allow local user profiles"
  8966. LocalProfile_Help="This setting determines if roaming user profiles are available on a particular computer. By default, when roaming profile users log on to a computer, their roaming profile is copied down to the local computer. If they have already logged on to this computer in the past, the roaming profile is merged with the local profile. Similarly, when the user logs off this computer, the local copy of their profile, including any changes they have made, is merged with the server copy of their profile.\n\nUsing the setting, you can prevent users configured to use roaming profiles from receiving their profile on a specific computer.\n\nIf you enable this setting, the following occurs on the affected computer: At first logon, the user receives a new local  profile, rather than the roaming profile. At logoff, changes are saved to the local profile. All subsequent logons use the local profile. \n\nIf you disable this setting or do not configure it, the default behavior occurs, as indicated above.\n\nIf you enable both the "Prevent Roaming Profile changes from propagating to the server" setting and the "Only allow local user profiles" setting, roaming profiles are disabled.\n\nNote: This setting only affects roaming profile users."
  8967. LockTaskbar="Lock the Taskbar"
  8968. LockTaskbar_Help="This setting effects the taskbar, which is used to switch between running applications.\n\nThe taskbar includes the Start button, list of currently running tasks, and the notification area. By default, the taskbar is located at the bottom of the screen, but it can be dragged to any side of the screen. When it is locked, it cannot be moved or resized.\n\nIf you enable this setting, it prevents the user from moving or resizing the taskbar. While the taskbar is locked, auto-hide and other taskbar options are still available in Taskbar properties.\n\nIf you disable this setting or do not configure it, the user can configure the taskbar position.\n\nNote: Enabling this setting also locks the quicklaunch bar and any other toolbars that the user has on their taskbar. The toolbar's position is locked, and the user cannot show and hide various toolbars using the taskbar context menu."
  8969. Logon="Logon"
  8970. LogonType="Always use classic logon"
  8971. LogonType_Help="This setting forces the user to log on to the computer using the classic logon screen. By default, a workgroup is set to use the simple logon screen. This setting only works when the computer is not on a domain."
  8972. Readonlyuserprofile="Prevent Roaming Profile changes from propagating to the server"
  8973. Readonlyuserprofile_Help="This setting determines if the changes a user makes to their roaming profile are merged with the server copy of their profile.\n\nBy default, when a roaming profile user logs on to a computer, their roaming profile is copied down to the local computer. If they have already logged on to this computer in the past, the roaming profile is merged with the local profile. Similiarly, when the user logs off this computer, the local copy of their profile, including any changes they have made, is merged with the server copy of their profile.\n\nUsing the setting, you can prevent changes made to a roaming profile on a particular computer from being persisted.\n\nIf you enable this setting, the following occurs on the affected computer: At login, the user receives their roaming profile. But, any changes a user makes to their profile will not be merged to their roaming profile when they log off.\n\nIf this setting is disabled or not configured, the default behavior occurs, as indicated above.\n\nNote: This setting only affects roaming profile users."
  8974. MaxGPOScriptWait="Seconds:"
  8975. MaxGPOScriptWaitPolicy_Help="Determines how long the system waits for scripts applied by Group Policy to run.\n\nThis setting limits the total time allowed for all logon, startup, and shutdown scripts applied by Group Policy to finish running. If the scripts have not finished running when the specified time expires, the system stops script processing and records an error event.\n\nBy default, the system lets the combined set of scripts run for up to 600 seconds (10 minutes), but you can use this setting to adjust this interval.\n\nTo use this setting, in the Seconds box, type a number from 1 to 32,000 for the number of seconds you want the system to wait for the set of scripts to finish. To direct the system to wait until the scripts have finished, no matter how long they take, type 0.\n\nThis interval is particularly important when other system tasks must wait while the scripts complete. By default, each startup script must complete before the next one runs. Also, you can use the "Run logon scripts synchronously" setting to direct the system to wait for the logon scripts to complete before loading the desktop.\n\nAn excessively long interval can delay the system and inconvenience users. However, if the interval is too short, prerequisite tasks might not be done, and the system can appear to be ready prematurely."
  8976. MaxGPOScriptWaitPolicy="Maximum wait time for Group Policy scripts"
  8977. MaxRecentDocs_Help="Determines how many shortcuts the system can display in the Documents menu on the Start menu.\n\nThe Documents menu contains shortcuts to the nonprogram files the user has most recently opened. By default, the system displays shortcuts to the 10 most recently opened documents."
  8978. MaxRecentDocs="Maximum number of recent documents"
  8979. MemCheckBoxInRunDlg_Help="Lets users run a 16-bit program in a dedicated (not shared) Virtual DOS Machine (VDM) process.\n\nAll DOS and 16-bit programs run on Windows 2000 in the Windows Virtual DOS Machine program. VDM simulates a 16-bit environment, complete with the DLLs required by 16-bit programs. By default, all 16-bit programs run as threads in a single, shared VDM process. As such, they share the memory space allocated to the VDM process and cannot run simultaneously.\n\nEnabling this setting adds a check box to the Run dialog box, giving users the option of running a 16-bit program in its own dedicated NTVDM process. The additional check box is enabled only when a user enters a 16-bit program in the Run dialog box."
  8980. MemCheckBoxInRunDlg="Add "Run in Separate Memory Space" check box to Run dialog box"
  8981. MMC_ActiveDirDomTrusts="Active Directory Domains and Trusts"
  8982. MMC_ActiveDirSitesServices="Active Directory Sites and Services"
  8983. MMC_ActiveDirUsersComp="Active Directory Users and Computers"
  8984. MMC_ADMComputers="Administrative Templates (Computers)"
  8985. MMC_ADMUsers="Administrative Templates (Users)"
  8986. MMC_AppleTalkRouting="AppleTalk Routing"
  8987. MMC_CertAuth="Certification Authority"
  8988. MMC_Certs="Certificates"
  8989. MMC_ComponentServices="Component Services"
  8990. MMC_ComputerManagement="Computer Management"
  8991. MMC_ConnectionSharingNAT="Connection Sharing (NAT)"
  8992. MMC_DCOMCFG="DCOM Configuration Extension"
  8993. MMC_DeviceManager="Device Manager"
  8994. MMC_DFS="Distributed File System"
  8995. MMC_DHCPRelayMgmt="DHCP Relay Management"
  8996. MMC_DiskDefrag="Disk Defragmenter"
  8997. MMC_DiskMgmt="Disk Management"
  8998. MMC_EventViewer="Event Viewer"
  8999. MMC_ExtensionSnapins="Extension snap-ins"
  9000. MMC_FAXService="FAX Service"
  9001. MMC_FolderRedirection="Folder Redirection"
  9002. MMC_GroupPolicy="Group Policy"
  9003. MMC_GroupPolicySnapIn="Group Policy snap-in"
  9004. MMC_GroupPolicyTab="Group Policy tab for Active Directory Tools"
  9005. MMC_GroupPolicy_RSoPSnapin="Resultant Set of Policy snap-in extensions"
  9006. MMC_GroupPolicy_GPSnapin="Group Policy snap-in extensions"
  9007. MMC_IAS="Internet Authentication Service (IAS)"
  9008. MMC_IASLogging="IAS Logging"
  9009. MMC_IEMaintenance="Internet Explorer Maintenance"
  9010. MMC_IGMPRouting="IGMP Routing"
  9011. MMC_IIS="Internet Information Services"
  9012. MMC_IndexingService="Indexing Service"
  9013. MMC_IPRouting="IP Routing"
  9014. MMC_IPSecurity="IP Security"
  9015. MMC_IPXRIPRouting="IPX RIP Routing"
  9016. MMC_IPXRouting="IPX Routing"
  9017. MMC_IPXSAPRouting="IPX SAP Routing"
  9018. MMC_LocalUsersGroups="Local Users and Groups"
  9019. MMC_LogicalMappedDrives="Logical and Mapped Drives"
  9020. MMC_OSPFRouting="OSPF Routing"
  9021. MMC_PerfLogsAlerts="Performance Logs and Alerts"
  9022. MMC_PublicKey="Public Key Policies"
  9023. MMC_QoSAdmission="QoS Admission Control"
  9024. MMC_RRA="Routing and Remote Access"
  9025. MMC_RAS_DialinUser="RAS Dialin - User Node"
  9026. MMC_RemoteAccess="Remote Access"
  9027. MMC_RemStore="Removable Storage"
  9028. MMC_Restrict_Author="Restrict the user from entering author mode"
  9029. MMC_restrict_Author_Explain="Prevents users from entering author mode.\n\nThis setting prevents users from opening the Microsoft Management Console (MMC) in author mode, explicitly opening console files in author mode, and opening any console files that open in author mode by default.\n\nAs a result, users cannot create console files or add or remove snap-ins. Also, because they cannot open author-mode console files, they cannot use the tools that the files contain.\n\nThis setting permits users to open MMC user-mode console files, such as those on the Administrative Tools menu in Windows 2000 Server. However, users cannot open a blank MMC console window on the Start menu. (To open the MMC, click Start, click Run, and type mmc.) Users also cannot open a blank MMC console window from a command prompt.\n\nIf you disable this setting or do not configure it, users can enter author mode and open author-mode console files."
  9030. MMC_Restrict_Explain="Permits or prohibits use of this snap-in.\n\nIf you enable this setting, the snap-in is permitted. If you disable the setting, the snap-in is prohibited.\n\nIf this setting is not configured, the setting of the "Restrict users to the explicitly permitted list of snap-ins" setting determines whether this snap-in is permitted or prohibited.\n\n--  If "Restrict users to the explicitly permitted list of snap-ins" is enabled, users cannot use any snap-in except those explicitly permitted.\n\n    To explicitly permit use of this snap-in, enable this setting. If this setting is not configured (or disabled), this snap-in is prohibited.\n\n--  If "Restrict users to the explicitly permitted list of snap-ins" is disabled or not configured, users can use any snap-in except those explicitly prohibited.\n\n    To explicitly prohibit use of this snap-in, disable this setting. If this setting is not configured (or enabled), the snap-in is permitted.\n\nWhen a snap-in is prohibited, it does not appear in the Add/Remove Snap-in window in MMC. Also, when a user opens a console file that includes a prohibited snap-in, the console file opens, but the prohibited snap-in does not appear."
  9031. MMC_Restrict_To_Permitted_Snapins="Restrict users to the explicitly permitted list of snap-ins"
  9032. MMC_restrict_To_Permitted_Snapins_Explain="Lets you selectively permit or prohibit the use of Microsoft Management Console (MMC) snap-ins.\n\n--  If you enable this setting, all snap-ins are prohibited, except those that you explicitly permit. Use this setting if you plan to prohibit use of most snap-ins.\n\n    To explicitly permit a snap-in, open the Restricted/Permitted snap-ins setting folder and enable the settings representing the snap-in you want to permit. If a snap-in setting in the folder is disabled or not configured, the snap-in is prohibited.\n\n--  If you disable this setting or do not configure it, all snap-ins are permitted, except those that you explicitly prohibit. Use this setting if you plan to permit use of most snap-ins.\n\n    To explicitly prohibit a snap-in, open the Restricted/Permitted snap-ins setting folder and then disable the settings representing the snap-ins you want to prohibit. If a snap-in setting in the folder is enabled or not configured, the snap-in is permitted.\n\nWhen a snap-in is prohibited, it does not appear in the Add/Remove Snap-in window in MMC. Also, when a user opens a console file that includes a prohibited snap-in, the console file opens, but the prohibited snap-in does not appear.\n\nNote: If you enable this setting, and you do not enable any settings in the Restricted/Permitted snap-ins folder, users cannot use any MMC snap-ins."
  9033. MMC_RESTRICT="Restricted/Permitted snap-ins"
  9034. MMC_ResultantSetOfPolicySnapIn="Resultant Set of Policy snap-in"
  9035. MMC_RIPRouting="RIP Routing"
  9036. MMC_RIS="Remote Installation Services"
  9037. MMC_Routing="Routing"
  9038. MMC_RSM="Removable Storage Management"
  9039. MMC_SCA="Security Configuration and Analysis"
  9040. MMC_ScriptsMachine="Scripts (Startup/Shutdown)"
  9041. MMC_ScriptsUser="Scripts (Logon/Logoff)"
  9042. MMC_Scripts="Scripts (Startup/Shutdown/Logon/Logoff)"
  9043. MMC_SecuritySettings="Security Settings"
  9044. MMC_SecurityTemplates="Security Templates"
  9045. MMC_SendConsoleMessage="Send Console Message"
  9046. MMC_ServiceDependencies="Service Dependencies"
  9047. MMC_Services="Services"
  9048. MMC_SharedFolders="Shared Folders"
  9049. MMC_SharedFolders_Ext="Shared Folders Ext"
  9050. MMC_SMTPProtocol="SMTP Protocol"
  9051. MMC_SNMP="SNMP"
  9052. MMC_SoftwareInstallationUsers="Software Installation (Users)"
  9053. MMC_SoftwareInstalationComputers="Software Installation (Computers)"
  9054. MMC_SysInfo="System Information"
  9055. MMC_SysProp="System Properties"
  9056. MMC_Telephony="Telephony"
  9057. MMC_TerminalServices="Terminal Services Configuration"
  9058. MMC_WMI="WMI Control"
  9059. MMC="Microsoft Management Console"
  9060. MMC_RemoteDesktop="Remote Desktops"
  9061. MMC_ExtendView="Extended View (Web View)"
  9062. MMC_LinkToWeb="Link to Web Address"
  9063. MMC_IpSecManage="IP Security Policy Management"
  9064. MMC_IpSecMonitor="IP Security Monitor"
  9065. MMC_FrontPageExt="FrontPage Server Extensions"
  9066. MMC_ActiveXControl="ActiveX Control"
  9067. MMC_ADSI="ADSI Edit"
  9068. MSI="Windows Installer"
  9069. MSILogging_Help="Specifies the types of events that Windows Installer records in its transaction log for each installation. The log, Msi.log, appears in the Temp directory of the system volume.\n\nWhen you enable this setting, you can specify the types of events you want Windows Installer to record. To indicate that an event type is recorded, type the letter representing the event type. You can type the letters in any order and list as many or as few event types as you want.\n\nTo disable logging, delete all of the letters from the box.\n\nIf you disable this setting or do not configure it, Windows Installer logs the default event types, represented by the letters "iweap.""
  9070. MSILogging="Logging"
  9071. MSILoggingT1="To activate logging, enter one or more of the modes below."
  9072. MSILoggingT10="m - Out-of-memory"
  9073. MSILoggingT11="p - Terminal properties"
  9074. MSILoggingT12="v - Verbose output"
  9075. MSILoggingT13="o - Out of disk space messages"
  9076. MSILoggingT2=""iwearucmpvo" will log everything but adds time to the install."
  9077. MSILoggingT3="i - Status messages"
  9078. MSILoggingT4="w - Non-fatal warnings"
  9079. MSILoggingT5="e - All error messages"
  9080. MSILoggingT6="a - Start up of actions"
  9081. MSILoggingT7="r - Action-specific records"
  9082. MSILoggingT8="u - User requests"
  9083. MSILoggingT9="c - Initial UI parameters"
  9084. MSI_AllowUser="Allow User Installs"
  9085. MSI_DisableUserInstalls="Prohibit User Installs"
  9086. MSI_DisableUserInstalls_Help="This setting allows you to configure user installs. To configure this setting, set it to enabled and use the drop-down list to select the behavior you want.\n\nIf this setting is not configured, or if the setting is enabled and "Allow User Installs" is selected, the installer allows and makes use of products that are installed per user, and products that are installed per computer. If the installer finds a per-user install of an application, this hides a per-computer installation of that same product.\n\nIf this setting is enabled and "Hide User Installs" is selected, the installer ignores per-user applications. This causes a per-computer installed application to be visible to users, even if those users have a per-user install of the product registered in their user profile.\n\nIf this setting is enabled and "Prohibit User Installs" is selected, the installer prevents applications from being installed per user, and it ignores previously installed per-user applications. An attempt to perform a per-user installation causes the installer to display an error message and stop the installation. This setting is useful in environments where the administrator only wants per-computer applications installed, such as on a kiosk or a Windows Terminal Server."
  9087. MSI_DisAllowUser="Prohibit User Installs"
  9088. MSI_DisableSRCheckPoints="Turn off creation of System Restore Checkpoints"
  9089. MSI_DisableSRCheckPoints_Help="System Restore enables users, in the event of a problem, to restore their computers to a previous state without losing personal data files. By default, the Windows Installer automatically creates a System Restore checkpoint each time an application is installed, so that users can restore their computer to the state it was in before installing the application.\n\nIf you enable this setting, the windows Installer does not generate System Restore checkpoints when installing applications.\n\nIf you disable this setting or do not configure it, the Windows Installer automatically creates a System Restore checkpoint each time an application is installed.\n\nNote: This setting only applies to Windows XP Professional."
  9090. MSI_DisableUserInstallsBox="User Install Behavior:"
  9091. MSI_HideUser="Hide User Installs"
  9092. NC_RenameConnection_Help="Determines whether users can rename LAN or all user remote access connections.\n\nIf you enable this setting, the Rename option is enabled for all users. Users can rename connections by clicking the icon representing a connection or by using the File menu.\n\nIf you disable this setting (and enable the "Enable Network Connections settings for Administrators" setting), the Rename option for LAN and all user remote access connections is disabled for all users (including Administrators and Network Configuration Operators).\n\nImportant: If the "Enable Network Connections settings for Administrators" is disabled or not configured, this setting will not apply to administrators on post-Windows 2000 computers.\n\nIf this setting is not configured, only Administrators and Network Configuration Operators have the right to rename LAN or all user remote access connections.\n\nNote: When configured, this setting always takes precedence over the "Ability to rename LAN connections" and "Ability to rename all user remote access connections" settings.\n\nNote: This setting does not prevent users from using other programs, such as Internet Explorer, to rename remote access connections."
  9093. NC_RenameConnection="Ability to rename LAN connections or remote access connections available to all users"
  9094. NC_LanChangeProperties_Help="Determines whether Administrators and Network Configuration Operators can change the properties of components used by a LAN connection.\n\nThis setting determines whether the Properties button for components of a LAN connection is enabled.\n\nIf you enable this setting (and enable the "Enable Network Connections settings for Administrators" setting), the Properties button is disabled for Administrators. Network Configuration Operators are prohibited from accessing connection components, regardless of the "Enable Network Connections settings for Administrators" setting.\n\nImportant: If the "Enable Network Connections settings for Administrators" is disabled or not configured, this setting does not apply to administrators on post-Windows 2000 computers.\n\nIf you disable this setting or do not configure it, the Properties button is enabled for administrators and Network Configuration Operators.\n\nThe Local Area Connection Properties dialog box includes a list of the network components that the connection uses. To view or change the properties of a component, click the name of the component, and then click the Properties button beneath the component list.\n\nNote: Not all network components have configurable properties. For components that are not configurable, the Properties button is always disabled.\n\nNote: When the "Prohibit access to properties of a LAN connection" setting is enabled, users are blocked from accessing the Properties button for LAN connection components.\n\nNote: Network Configuration Operators only have permission to change TCP/IP properties. Properties for all other components are unavailable to these users.\n\nNote: Nonadministrators are already prohibited from accessing properties of components for a LAN connection, regardless of this setting."
  9095. NC_LanChangeProperties="Prohibit access to properties of components of a LAN connection"
  9096. NC_RasChangeProperties_Help="Determines whether users can view and change the properties of components used by a private or all-user remote access connection.\n\nThis setting determines whether the Properties button for components used by a private or all-user remote access connection is enabled.\n\nIf you enable this setting (and enable the "Enable Network Connections settings for Administrators" setting), the Properties button is disabled for all users (including administrators).\n\nImportant: If the "Enable Network Connections settings for Administrators" is disabled or not configured, this setting does not apply to administrators on post-Windows 2000 computers.\n\nIf you disable this setting or do not configure it, the Properties button is enabled for all users.\n\nThe Networking tab of the Remote Access Connection Properties dialog box includes a list of the network components that the connection uses. To view or change the properties of a component, click the name of the component, and then click the Properties button beneath the component list.\n\nNote: Not all network components have configurable properties. For components that are not configurable, the Properties button is always disabled.\n\nNote: When the "Ability to change properties of an all user remote access connection" or "Prohibit changing properties of a private remote access connection" settings are set to deny access to the Remote Access Connection Properties dialog box, the Properties button for remote access connection components is blocked.\n\nNote: This setting does not prevent users from using other programs, such as Internet Explorer, to bypass this setting."
  9097. NC_RasChangeProperties="Prohibit access to properties of components of a remote access connection"
  9098. NC_ShowSharedAccessUI_Help="Determines whether administrators can enable and configure the Internet Connection Sharing (ICS) feature of an Internet connection and if the ICS service can run on the computer.\n\nImportant: This setting is location aware. It only applies when a computer is connected to the same DNS domain network it was connected to when the setting was refreshed on that computer. If a computer is connected to a DNS domain network other than the one it was connected to when the setting was refreshed, this setting does not apply.\n\nICS lets administrators configure their system as an Internet gateway for a small network and provides network services, such as name resolution and addressing through DHCP, to the local private network.\n\nIf you enable this setting, ICS cannot be enabled or configured by administrators, and the ICS service cannot run on the computer. The Advanced tab in the Properties dialog box for a LAN or remote access connection is removed. The Internet Connection Sharing page is removed from the New Connection Wizard. The Network Setup Wizard is disabled.\n\nIf you disable this setting or do not configure it and have two or more connections, administrators can enable ICS. The Advanced tab in the properties dialog box for a LAN or remote access connection is available. In addition, the user is presented with the option to enable Internet Connection Sharing in the Network Setup Wizard and Make New Connection Wizard. (The Network Setup Wizard is available only in Windows XP Professional.)\n\nBy default, ICS is disabled when you create a remote access connection, but administrators can use the Advanced tab to enable it. When running the New Connection Wizard or Network Setup Wizard, administrators can choose to enable ICS.\n\nNote: Internet Connection Sharing is only available when two or more network connections are present.\n\nNote: When the "Prohibit access to properties of a LAN connection," "Ability to change properties of an all user remote access connection," or "Prohibit changing properties of a private remote access connection" settings are set to deny access to the Connection Properties dialog box, the Advanced tab for the connection is blocked.\n\nNote: Nonadministrators are already prohibited from configuring Internet Connection Sharing, regardless of this setting."
  9099. NC_ShowSharedAccessUI="Prohibit use of Internet Connection Sharing on your DNS domain network"
  9100. NC_PersonalFirewallConfig_Help="Prohibits use of Internet Connection Firewall on your DNS domain network.\n\nDetermines whether users can enable the Internet Connection Firewall feature on a connection, and if the Internet Connection Firewall service can run on a computer.\n\nImportant: This setting is location aware. It only applies when a computer is connected to the same DNS domain network it was connected to when the setting was refreshed on that computer. If a computer is connected to a DNS domain network other than the one it was connected to when the setting was refreshed, this setting does not apply.\n\nThe Internet Connection Firewall is a stateful packet filter for home and small office users to protect them from Internet network security threats.\n\nIf you enable this setting, Internet Connection Firewall cannot be enabled or configured by users (including administrators), and the Internet Connection Firewall service cannot run on the computer. The option to enable the Internet Connection Firewall through the Advanced tab is removed. In addition, the Internet Connection Firewall is not enabled for remote access connections created through the Make New Connection Wizard. The Network Setup Wizard is disabled.\n\nIf you disable this setting or do not configure it, the Internet Connection Firewall is disabled when a LAN Connection or VPN connection is created, but users can use the Advanced tab in the connection properties to enable it. The Internet Connection Firewall is enabled by default on the connection for which Internet Connection Sharing is enabled. In addition, remote access connections created through the Make New Connection Wizard have the Internet Connection Firewall enabled."
  9101. NC_PersonalFirewallConfig="Prohibit use of Internet Connection Firewall on your DNS domain network"
  9102. NC_AllowNetBridge_NLA="Prohibit installation and configuration of Network Bridge on your DNS domain network"
  9103. NC_AllowNetBridge_NLA_Help = "Determines whether a user can install and configure the Network Bridge.\n\nImportant: This settings is location aware. It only applies when a computer is connected to the same DNS domain network it was connected to when the setting was refreshed on that computer. If a computer is connected to a DNS domain network other than the one it was connected to when the setting was refreshed, this setting does not apply.\n\nThe Network Bridge allows users to create a layer 2 MAC bridge, enabling them to connect two or more network segements together. This connection appears in the Network Connections folder.\n\nIf you disable this setting or do not configure it, the user will be able to create and modify the configuration of a Network Bridge. Enabling this setting does not remove an existing Network Bridge from the user's computer."
  9104. NC_AllowAdvancedTCPIPConfig_Help="Determines whether users can configure advanced TCP/IP settings.\n\nIf you enable this setting (and enable the "Enable Network Connections settings for Administrators" setting), the Advanced button on the Internet Protocol (TCP/IP) Properties dialog box is disabled for all users (including administrators). As a result, users cannot open the Advanced TCP/IP Settings Properties page and modify IP settings, such as DNS and WINS server information.\n\nImportant: If the "Enable Network Connections settings for Administrators" is disabled or not configured, this setting will not apply to administrators on post-Windows 2000 computers.\n\nIf you disable this setting, the Advanced button is enabled, and all users can open the Advanced TCP/IP Setting dialog box.\n\nNote: This setting is superseded by settings that prohibit access to properties of connections or connection components. When these policies are set to deny access to the connection properties dialog box or Properties button for connection components, users cannot gain access to the Advanced button for TCP/IP configuration.\n\nNote: Nonadministrators (excluding Network Configuration Operators) do not have permission to access TCP/IP advanced configuration for a LAN connection, regardless of this setting.\n\nTip: To open the Advanced TCP/IP Setting dialog box, in the Network Connections folder, right-click a connection icon, and click Properties. For remote access connections, click the Networking tab.  In the "Components checked are used by this connection" box, click Internet Protocol (TCP/IP), click the Properties button, and then click the Advanced button.\n\nNote: Changing this setting from Enabled to Not Configured does not enable the Advanced button until the user logs off."
  9105. NC_AllowAdvancedTCPIPConfig="Prohibit TCP/IP advanced configuration"
  9106. NC_AdvancedSettings_Help="Determines whether the Advanced Settings item on the Advanced menu in Network Connections is enabled for administrators.\n\nThe Advanced Settings item lets users view and change bindings and view and change the order in which the computer accesses connections, network providers, and print providers.\n\nIf you enable this setting (and enable the "Enable Network Connections settings for Administrators" setting), the Advanced Settings item is disabled for administrators.\n\nImportant: If the "Enable Network Connections settings for Administrators" is disabled or not configured, this setting will not apply to administrators on post-Windows 2000 computers.\n\nIf you disable this setting or do not configure it, the Advanced Settings item is enabled for administrators.\n\nNote: Nonadministrators are already prohibited from accessing the Advanced Settings dialog box, regardless of this setting."
  9107. NC_AdvancedSettings="Prohibit access to the Advanced Settings item on the Advanced menu"
  9108. NC_AddRemoveComponents_Help="Determines whether administrators can add and remove network components for a LAN or remote access connection. This setting has no effect on nonadministrators.\n\nIf you enable this setting (and enable the "Enable Network Connections settings for Administrators" setting), the Install and Uninstall buttons for components of connections are disabled, and administrators are not permitted to access network components in the Windows Components Wizard.\n\nImportant: If the "Enable Network Connections settings for Administrators" is disabled or not configured, this setting will not apply to administrators on post-Windows 2000 computers.\n\nIf you disable this setting or do not configure it, the Install and Uninstall buttons for components of connections in the Network Connections folder are enabled. Also, administrators can gain access to network components in the Windows Components Wizard.\n\nThe Install button opens the dialog boxes used to add network components. Clicking the Uninstall button removes the selected component in the components list (above the button).\n\nThe Install and Uninstall buttons appear in the properties dialog box for connections. These buttons are on the General tab for LAN connections and on the Networking tab for remote access connections.\n\nNote: When the "Prohibit access to properties of a LAN connection", "Ability to change properties of an all user remote access connection", or "Prohibit changing properties of a private remote access connection" settings are set to deny access to the connection properties dialog box, the Install and Uninstall buttons for connections are blocked.\n\nNote: Nonadministrators are already prohibited from adding and removing connection components, regardless of this setting."
  9109. NC_AddRemoveComponents="Prohibit adding and removing components for a LAN or remote access connection"
  9110. NC_LanProperties_Help="Determines whether users can change the properties of a LAN connection.\n\nThis setting determines whether the Properties menu item is enabled, and thus, whether the Local Area Connection Properties dialog box is available to users.\n\nIf you enable this setting (and enable the "Enable Network Connections settings for Administrators" setting), the Properties menu items are disabled for all users, and users cannot open the Local Area Connection Properties dialog box.\n\nImportant: If the "Enable Network Connections settings for Administrators" is disabled or not configured, this setting will not apply to administrators on post-Windows 2000 computers.\n\nIf you disable this setting or do not configure it, a Properties menu item appears when users right-click the icon representing a LAN connection. Also, when users select the connection, Properties is enabled on the File menu.\n\nNote: This setting takes precedence over settings that manipulate the availability of features inside the Local Area Connection Properties dialog box. If this setting is enabled, nothing within the properties dialog box for a LAN connection is available to users.\n\nNote: Nonadministrators have the right to view the properties dialog box for a connection but not to make changes, regardless of this setting."
  9111. NC_LanProperties="Prohibit access to properties of a LAN connection"
  9112. NC_ChangeBindState_Help="Determines whether administrators can enable and disable the components used by LAN connections.\n\nIf you enable this setting (and enable the "Enable Network Connections settings for Administrators" setting), the check boxes for enabling and disabling components are disabled. As a result, administrators cannot enable or disable the components that a connection uses.\n\nImportant: If the "Enable Network Connections settings for Administrators" is disabled or not configured, this setting will not apply to administrators on post-Windows 2000 computers.\n\nIf you disable this setting or do not configure it, the Properties dialog box for a connection includes a check box beside the name of each component that the connection uses. Selecting the check box enables the component, and clearing the check box disables the component.\n\nNote: When the "Prohibit access to properties of a LAN connection" setting is enabled, users are blocked from accessing the check boxes for enabling and disabling the components of a LAN connection.\n\nNote: Nonadministrators are already prohibited from enabling or disabling components for a LAN connection, regardless of this setting."
  9113. NC_ChangeBindState="Prohibit Enabling/Disabling components of a LAN connection"
  9114. NC_RasAllUserProperties_Help="Determines whether a user can view and change the properties of remote access connections that are available to all users of the computer.\n\nTo create an all-user remote access connection, on the Connection Availability page in the New Connection Wizard, click the "For all users" option.\n\nThis setting determines whether the Properties menu item is enabled, and thus, whether the Remote Access Connection Properties dialog box is available to users.\n\nIf you enable this setting, a Properties menu item appears when any user right-clicks the icon for a remote access connection. Also, when any user selects the connection, Properties appears on the File menu.\n\nIf you disable this setting (and enable the "Enable Network Connections settings for Administrators" setting), the Properties menu items are disabled, and users (including administrators) cannot open the remote access connection properties dialog box.\n\nImportant: If the "Enable Network Connections settings for Administrators" is disabled or not configured, this setting will not apply to administrators on post-Windows 2000 computers.\n\nIf you do not configure this setting, only Administrators and Network Configuration Operators can change properties of all-user remote access connections.\n\nNote: This setting takes precedence over settings that manipulate the availability of features inside the Remote Access Connection Properties dialog box. If this setting is disabled, nothing within the properties dialog box for a remote access connection will be available to users.\n\nNote: This setting does not prevent users from using other programs, such as Internet Explorer, to bypass this setting."
  9115. NC_RasAllUserProperties="Ability to change properties of an all user remote access connection"
  9116. NC_RasMyProperties_Help="Determines whether users can view and change the properties of their private remote access connections.\n\nPrivate connections are those that are available only to one user. To create a private connection, on the Connection Availability page in the New Connection Wizard, click the "Only for myself" option.\n\nThis setting determines whether the Properties menu item is enabled, and thus, whether the Remote Access Connection Properties dialog box for a private connection is available to users.\n\nIf you enable this setting (and enable the "Enable Network Connections settings for Administrators" setting), the Properties menu items are disabled, and no users (including administrators) can open the Remote Access Connection Properties dialog box for a private connection.\n\nImportant: If the "Enable Network Connections settings for Administrators" is disabled or not configured, this setting will not apply to administrators on post-Windows 2000 computers.\n\nIf you disable this setting or do not configure it, a Properties menu item appears when any user right-clicks the icon representing a private remote access connection. Also, when any user selects the connection, Properties appears on the File menu.\n\nNote: This setting takes precedence over settings that manipulate the availability of features in the Remote Access Connection Properties dialog box. If this setting is enabled, nothing within the properties dialog box for a remote access connection will be available to users.\n\nNote: This setting does not prevent users from using other programs, such as Internet Explorer, to bypass this setting."
  9117. NC_RasMyProperties="Prohibit changing properties of a private remote access connection"
  9118. NC_DeleteConnection_Help="Determines whether users can delete remote access connections.\n\nIf you enable this setting (and enable the "Enable Network Connections settings for Administrators" setting), users (including administrators) cannot delete any remote access connections. This setting also disables the Delete option on the context menu for a remote access connection and on the File menu in the Network Connections folder.\n\nImportant:  If the "Enable Network Connections settings for Administrators" is disabled or not configured, this setting will not apply to administrators on post-Windows 2000 computers.\n\nIf you disable this setting or do not configure it, all users can delete their private remote access connections. Private connections are those that are available only to one user. (By default, only Administrators and Network Configuration Operators can delete connections available to all users, but you can change the default by using the "Ability to delete all user remote access connections" setting.)\n\nImportant: When enabled, this setting takes precedence over the "Ability to delete all user remote access connections" setting. Users cannot delete any remote access connections, and the "Ability to delete all user remote access connections" setting is ignored.\n\nNote: LAN connections are created and deleted automatically when a LAN adapter is installed or removed. You cannot use the Network Connections folder to create or delete a LAN connection.\n\nNote: This setting does not prevent users from using other programs, such as Internet Explorer, to bypass this setting."
  9119. NC_DeleteConnection="Prohibit deletion of remote access connections"
  9120. NC_DeleteAllUserConnection_Help="Determines whether users can delete all user remote access connections.\n\nTo create an all-user remote access connection, on the Connection Availability page in the New Connection Wizard, click the "For all users" option.\n\nIf you enable this setting, all users can delete shared remote access connections. In addition, if your file system is NTFS, users need to have Write access to Documents and Settings\All Users\Application Data\Microsoft\Network\Connections\Pbk to delete a shared remote access connection.\n\nIf you disable this setting (and enable the "Enable Network Connections settings for Administrators" setting), users (including administrators) cannot delete all-user remote access connections. (By default, users can still delete their private connections, but you can change the default by using the "Prohibit deletion of remote access connections" setting.)\n\nImportant: If the "Enable Network Connections settings for Administrators" is disabled or not configured, this setting will not apply to administrators on post-Windows 2000 computers.\n\nIf you do not configure this setting, only Administrators and Network Configuration Operators can delete all user remote access connections.\n\nImportant: When enabled, the "Prohibit deletion of remote access connections" setting takes precedence over this setting. Users (including administrators) cannot delete any remote access connections, and this setting is ignored.\n\nNote: LAN connections are created and deleted automatically by the system when a LAN adapter is installed or removed. You cannot use the Network Connections folder to create or delete a LAN connection.\n\nNote: This setting does not prevent users from using other programs, such as Internet Explorer, to bypass this setting."
  9121. NC_DeleteAllUserConnection="Ability to delete all user remote access connections"
  9122. NC_RasConnect_Help="Determines whether users can connect and disconnect remote access connections.\n\nIf you enable this setting (and enable the "Enable Network Connections settings for Administrators" setting), double-clicking the icon has no effect, and the Connect and Disconnect menu items are disabled for all users (including administrators).\n\nImportant: If the "Enable Network Connections settings for Administrators" is disabled or not configured, this setting will not apply to administrators on post-Windows 2000 computers.\n\nIf you disable this setting or do not configure it, the Connect and Disconnect options for remote access connections are available to all users. Users can connect or disconnect a remote access connection by double-clicking the icon representing the connection, by right-clicking it, or by using the File menu."
  9123. NC_RasConnect="Prohibit connecting and disconnecting a remote access connection"
  9124. NC_LanConnect_Help="Determines whether users can enable/disable LAN connections.\n\nIf you enable this setting, the Enable and Disable options for LAN connections are available to users (including nonadministrators). Users can enable/disable a LAN connection by double-clicking the icon representing the connection, by right-clicking it, or by using the File menu.\n\nIf you disable this setting (and enable the "Enable Network Connections settings for Administrators" setting), double-clicking the icon has no effect, and the Enable and Disable menu items are disabled for all users (including administrators).\n\nImportant: If the "Enable Network Connections settings for Administrators" is disabled or not configured, this setting will not apply to administrators on post-Windows 2000 computers.\n\nIf you do not configure this setting, only Administrators and Network Configuration Operators can enable/disable LAN connections.\n\nNote: Administrators can still enable/disable LAN connections from Device Manager when this setting is disabled."
  9125. NC_LanConnect="Ability to Enable/Disable a LAN connection"
  9126. NC_NewConnectionWizard_Help="Determines whether users can use the New Connection Wizard, which creates new network connections.\n\nIf you enable this setting (and enable the "Enable Network Connections settings for Administrators" setting), the Make New Connection icon does not appear in the Start Menu on in the Network Connections folder. As a result, users (including administrators) cannot start the New Connection Wizard.\n\nImportant: If the "Enable Network Connections settings for Administrators" is disabled or not configured, this setting will not apply to administrators on post-Windows 2000 computers.\n\nIf you disable this setting or do not configure it, the Make New Connection icon appears in the Start menu and in the Network Connections folder for all users. Clicking the Make New Connection icon starts the New Connection Wizard.\n\nNote: Changing this setting from Enabled to Not Configured does not restore the Make New Connection icon until the user logs off or on. When other changes to this setting are applied, the icon does not appear or disappear in the Network Connections folder until the folder is refreshed.\n\nNote: This setting does not prevent users from using other programs, such as Internet Explorer, to bypass this setting."
  9127. NC_NewConnectionWizard="Prohibit access to the New Connection Wizard"
  9128. NC_RenameLanConnection_Help="Determines whether nonadministrators can rename a LAN connection.\n\nIf you enable this setting, the Rename option is enabled for LAN connections. Nonadministrators can rename LAN connections by clicking an icon representing the connection or by using the File menu.\n\nIf you disable this setting, the Rename option is disabled for nonadministrators only.\n\nIf you do not configure this setting, only Administrators and Network Configuration Operators can rename LAN connections\n\nNote: This setting does not apply to Administrators.\n\nNote: When the "Ability to rename LAN connections or remote access connections available to all users" setting is configured (set to either enabled or disabled), this setting does not apply."
  9129. NC_RenameLanConnection="Ability to rename LAN connections"
  9130. NC_RenameAllUserRasConnection_Help="Determines whether nonadministrators can rename all-user remote access connections.\n\nTo create an all-user connection, on the Connection Availability page in the New Connection Wizard, click the "For all users" option.\n\nIf you enable this setting, the Rename option is enabled for all-user remote access connections. Any user can rename all-user connections by clicking an icon representing the connection or by using the File menu.\n\nIf you disable this setting, the Rename option is disabled for nonadministrators only.\n\nIf you do not configure the setting, only Administrators and Network Configuration Operators can rename all-user remote access connections.\n\nNote: This setting does not apply to Administrators\n\nNote: When the "Ability to rename LAN connections or remote access connections available to all users" setting is configured (set to either Enabled or Disabled), this setting does not apply.\n\nNote: This setting does not prevent users from using other programs, such as Internet Explorer, to bypass this setting."
  9131. NC_RenameAllUserRasConnection="Ability to rename all user remote access connections"
  9132. NC_RenameMyRasConnection_Help="Determines whether users can rename their private remote access connections.\n\nPrivate connections are those that are available only to one user. To create a private connection, on the Connection Availability page in the New Connection Wizard, click the "Only for myself" option.\n\nIf you enable this setting (and enable the "Enable Network Connections settings for Administrators" setting), the Rename option is disabled for all users (including administrators).\n\nImportant: If the "Enable Network Connections settings for Administrators" is disabled or not configured, this setting will not apply to administrators on post-Windows 2000 computers.\n\nIf you disable this setting or do not configure it, the Rename option is enabled for all users' private remote access connections. Users can rename their private connection by clicking an icon representing the connection or by using the File menu.\n\nNote: This setting does not prevent users from using other programs, such as Internet Explorer, to bypass this setting."
  9133. NC_RenameMyRasConnection="Prohibit renaming private remote access connections"
  9134. NC_DialupPrefs_Help="Determines whether the Dial-up Preferences item on the Advanced menu in Network Connections folder is enabled.\n\nThe Dial-up Preferences item lets users create and change connections before logon and configure automatic dialing and callback features.\n\nIf you enable this setting (and enable the "Enable Network Connections settings for Administrators" setting), the Dial-up Preferences item is disabled for all users (including administrators).\n\nImportant: If the "Enable Network Connections settings for Administrators" is disabled or not configured, this setting will not apply to administrators on post-Windows 2000 computers.\n\nIf you disable this setting or do not configure it, the Dial-up Preferences item is enabled for all users."
  9135. NC_DialupPrefs="Prohibit access to the Dial-up Preferences item on the Advanced menu"
  9136. NC_Statistics_Help="Determines whether users can view the status for an active connection.\n\nConnection status is available from the connection status taskbar icon or from the Status dialog box. The Status dialog box displays information about the connection and its activity. It also provides buttons to disconnect and to configure the properties of the connection.\n\nIf you enable this setting, the connection status taskbar icon and Status dialog box are not available to users (including administrators). The Status option is disabled in the context menu for the connection and on the File menu in the Network Connections folder. Users cannot choose to show the connection icon in the taskbar from the Connection Properties dialog box.\n\nImportant: If the "Enable Network Connections settings for Administrators" is disabled or not configured, this setting will not apply to administrators on post-Windows 2000 computers.\n\nIf you disable this setting or do not configure it, the connection status taskbar icon and  Status dialog box are available to all users."
  9137. NC_Statistics="Prohibit viewing of status for an active connection"
  9138. NC_EnableAdminProhibits_Help="Determines whether settings that existed in Windows 2000 will apply to Administrators.\n\nThe set of Network Connections group settings that existed in Windows 2000 also exists in Windows XP. In Windows 2000, all of these settings had the ability to prohibit the use of certain features from Administrators.\n\nBy default, Network Connections group settings in Windows XP do not have the ability to prohibit the use of features from Administrators.\n\nIf you enable this setting, the Windows XP settings that existed in Windows 2000 will have the ability to prohibit Administrators from using certain features. These settings are "Ability to rename LAN connections or remote access connections available to all users", "Prohibit access to properties of components of a LAN connection", "Prohibit access to properties of components of a remote access connection", "Ability to access TCP/IP advanced configuration", "Prohibit access to the Advanced Settings Item on the Advanced Menu", "Prohibit adding and removing components for a LAN or remote access connection", "Prohibit access to properties of a LAN connection", "Prohibit Enabling/Disabling components of a LAN connection", "Ability to change properties of an all user remote access connection", "Prohibit changing properties of a private remote access connection", "Prohibit deletion of remote access connections", "Ability to delete all user remote access connections", "Prohibit connecting and disconnecting a remote access connection", "Ability to Enable/Disable a LAN connection", "Prohibit access to the New Connection Wizard", "Prohibit renaming private remote access connections", "Prohibit access to the Dial-up Preferences item on the Advanced menu", "Prohibit viewing of status for an active connection". When this setting is enabled, settings that exist in both Windows 2000 and Windows XP behave the same for administrators.\n\nIf you disable this setting or do not configure it, Windows XP settings that existed in Windows 2000 will not apply to administrators.\n\nNote: This setting is intended to be used in a situation in which the Group Policy object that these settings are being applied to contains both Windows 2000 and Windows XP computers, and identical Network Connections policy behavior is required between all Windows 2000 and Windows XP computers."
  9139. NC_EnableAdminProhibits="Enable Windows 2000 Network Connections settings for Administrators"
  9140. NC_8021XCAName="IEEE 802.1x Certificate Authority for Machine Authentication"
  9141. NC_8021XCAName_Help="If you want to use IEEE 802.1x machine authentication, configure this setting.\n\nIf you enable this setting, it configures the Certificate Authority to be used on the client for authentication.\n\nTo allow successful authentication, enable this setting and indicate the thumbprint or hash for your Certificate Authority.\n\nIf you disable or do not configure this setting, the Certificate Authority for IEEE 802.1x machine authentication will not be configured on your client. This might cause machine authentication to fail.\n\nNote: The Certificate Authority that is configured by this setting only applies to machine authentication, and not to user authentication."
  9142. NC_8021xCertAuth="Certificate Authority Hash: "
  9143. Netlogon="Net Logon"
  9144. Netlogon_DC_Locator_DNS_Records="DC Locator DNS Records"
  9145. Netlogon_UseDynamicDns="Dynamic Registration of the DC Locator DNS Records"
  9146. Netlogon_UseDynamicDns_Help="Determines if Dynamic Registration of the domain controller (DC) locator DNS resource records is enabled. These DNS records are dynamically registered by the Net Logon service and are used by the Locator algorithm to locate the DC.\n\nIf you enable this setting, DCs to which this setting is applied dynamically register DC Locator DNS resource records through dynamic DNS update-enabled network connections.\n\nIf you disable this setting, DCs will not register DC Locator DNS resource records.\n\nIf this setting is not configured, it is not applied to any DCs, and DCs use their local configuration."
  9147. Netlogon_DnsAvoidRegisterRecords="DC Locator DNS records not registered by the DCs"
  9148. Netlogon_DnsAvoidRegisterRecords_Help="Determines which Domain Controller (DC) Locator DNS records are not registered by the Netlogon service.\n\nTo enable this setting, select Enable and specify a list of space-delimited mnemonics (instructions) for the DC Locator DNS records that will not be registered by the DCs to which this setting is applied.\n\nSelect the mnemonics from the following list:\n\nMnemonic         Type  DNS Record\n\nLdapIpAddress    A     <DnsDomainName>\nLdap             SRV   _ldap._tcp.<DnsDomainName>\nLdapAtSite       SRV   _ldap._tcp.<SiteName>._sites.<DnsDomainName>\nPdc              SRV   _ldap._tcp.pdc._msdcs.<DnsDomainName>\nGc               SRV   _ldap._tcp.gc._msdcs.<DnsForestName>\nGcAtSite         SRV   _ldap._tcp.<SiteName>._sites.gc._msdcs.<DnsForestName>\nDcByGuid         SRV   _ldap._tcp.<DomainGuid>.domains._msdcs.<DnsForestName>\nGcIpAddress      A     _gc._msdcs.<DnsForestName>\nDsaCname         CNAME <DsaGuid>._msdcs.<DnsForestName>\nKdc              SRV   _kerberos._tcp.dc._msdcs.<DnsDomainName>\nKdcAtSite        SRV    _kerberos._tcp.dc._msdcs.<SiteName>._sites.<DnsDomainName>\nDc               SRV   _ldap._tcp.dc._msdcs.<DnsDomainName>\nDcAtSite         SRV   _ldap._tcp.<SiteName>._sites.dc._msdcs.<DnsDomainName>\nRfc1510Kdc       SRV   _kerberos._tcp.<DnsDomainName>\nRfc1510KdcAtSite SRV   _kerberos._tcp.<SiteName>._sites.<DnsDomainName>\nGenericGc        SRV   _gc._tcp.<DnsForestName>\nGenericGcAtSite  SRV   _gc._tcp.<SiteName>._sites.<DnsForestName>\nRfc1510UdpKdc    SRV   _kerberos._udp.<DnsDomainName>\nRfc1510Kpwd      SRV   _kpasswd._tcp.<DnsDomainName>\nRfc1510UdpKpwd   SRV   _kpasswd._udp.<DnsDomainName>\n\nIf this setting is disabled, DCs configured to perform dynamic registration of DC Locator DNS records register all DC locator DNS resource records.\n\nIf this setting is not applied to DCs, DCs use their local configuration."
  9149. Netlogon_DnsAvoidRegisterRecordsLabel="Mnemonics:"
  9150. Netlogon_DnsRefreshInterval="Refresh Interval of the DC Locator DNS Records"
  9151. Netlogon_DnsRefreshInterval_Help="Specifies the Refresh Interval of the domain controller (DC) Locator DNS resource records for DCs to which this setting is applied. These DNS records are dynamically registered by the Net Logon service and are used by the Locator algorithm to locate the DC. This setting may be applied only to DCs using dynamic update.\n\nDCs configured to perform dynamic registration of the DC Locator DNS resource records periodically reregister their records with DNS servers, even if their records’ data has not changed. If authoritative DNS servers are configured to perform scavenging of the stale records, this reregistration is required to instruct the DNS servers configured to automatically remove (scavenge) stale records that these records are current and should be preserved in the database.\n\nWarning: If the DNS resource records are registered in zones with scavenging enabled, the value of this setting should never be longer than the Refresh Interval configured for these zones. Setting the Refresh Interval of the DC Locator DNS records to longer than the Refresh Interval of the DNS zones may result in the undesired deletion of DNS resource records.\n\nTo specify the Refresh Interval of the DC records, click Enabled, and then enter a value larger than 1800. This value specifies the Refresh Interval of the DC records in seconds (for example, the value 3600 is 60 minutes).\n\nIf this setting is not configured, it is not applied to any DCs, and DCs use their local configuration."
  9152. Netlogon_DnsRefreshIntervalLabel="Seconds:"
  9153. Netlogon_LdapSrvWeight="Weight Set in the DC Locator DNS SRV Records"
  9154. Netlogon_LdapSrvWeight_Help="Specifies the Weight field in the SRV resource records registered by the domain controllers (DC) to which this setting is applied. These DNS records are dynamically registered by the Net Logon service, and they are used to locate the DC.\n\nThe Weight field in the SRV record can be used in addition to the Priority value to provide a load-balancing mechanism where multiple servers are specified in the SRV records Target field and are all set to the same priority. The probability with which the DNS client randomly selects the target host to be contacted is proportional to the Weight field value in the SRV record.\n\nTo specify the Weight in the DC Locator DNS SRV records, click Enabled, and then enter a value. The range of values is 0 to 65535.\n\nIf this setting is not configured, it is not applied to any DCs, and DCs use their local configuration."
  9155. Netlogon_LdapSrvWeightLabel="Weight:"
  9156. Netlogon_LdapSrvPriority="Priority Set in the DC Locator DNS SRV Records"
  9157. Netlogon_LdapSrvPriority_Help="Specifies the Priority field in the SRV resource records registered by domain controllers (DC) to which this setting is applied. These DNS records are dynamically registered by the Net Logon service and are used to locate the DC.\n\nThe Priority field in the SRV record sets the preference for target hosts (specified in the SRV record’s Target field). DNS clients that query for SRV resource records attempt to contact the first reachable host with the lowest priority number listed.\n\nTo specify the Priority in the DC Locator DNS SRV resource records, click Enabled, and then enter a value. The range of values is 0 to 65535.\n\nIf this setting is not configured, it is not applied to any DCs, and DCs use their local configuration."
  9158. Netlogon_LdapSrvPriorityLabel="Priority:"
  9159. Netlogon_DnsTtl="TTL Set in the DC Locator DNS Records"
  9160. Netlogon_DnsTtl_Help="Specifies the value for the Time-To-Live (TTL) field in Net Logon registered SRV resource records. These DNS records are dynamically registered by the Net Logon service, and they are used to locate the domain controller (DC).\n\nTo specify the TTL for DC Locator DNS records, click Enabled, and then enter a value in seconds (for example, the value "900" is 15 minutes).\n\nIf this setting is not configured, it is not applied to any DCs, and DCs use their local configuration."
  9161. Netlogon_DnsTtlLabel="Seconds:"
  9162. Netlogon_AutoSiteCoverage="Automated Site Coverage by the DC Locator DNS SRV Records"
  9163. Netlogon_AutoSiteCoverage_Help="Determines whether domain controllers (DC) will dynamically register DC Locator site-specific SRV records for the closest sites where no DC for the same domain exists (or no Global Catalog for the same forest exists). These DNS records are dynamically registered by the Net Logon service, and they are used to locate the DC.\n\nIf this setting is enabled, the DCs to which this setting is applied dynamically register DC Locator site-specific DNS SRV records for the closest sites where no DC for the same domain, or no Global Catalog for the same forest, exists.\n\nIf you disable this setting, the DCs will not register site-specific DC Locator DNS SRV records for any other sites but their own.\n\nIf this setting is not configured, it is not applied to any DCs, and DCs use their local configuration."
  9164. Netlogon_SiteCoverage="Sites Covered by the DC Locator DNS SRV Records"
  9165. Netlogon_SiteCoverage_Help="Specifies the sites for which the domain controllers (DC) register the site-specific DC Locator DNS SRV resource records. These records are registered in addition to the site-specific SRV records registered for the site where the DC resides, and records registered by a DC configured to register DC Locator DNS SRV records for those sites without a DC that are closest to it. \n\nThe DC Locator DNS records are dynamically registered by the Net Logon service, and they are used to locate the DC. An Active Directory site is one or more well-connected TCP/IP subnets that allow administrators to configure Active Directory access and replication.\n\nTo specify the sites covered by the DC Locator DNS SRV records, click Enabled, and then enter the sites names in a space-delimited format.\n\nIf this setting is not configured, it is not applied to any DCs, and DCs use their local configuration."
  9166. Netlogon_SiteCoverageLabel="Sites:"
  9167. Netlogon_GcSiteCoverage="Sites Covered by the GC Locator DNS SRV Records"
  9168. Netlogon_GcSiteCoverage_Help="Specifies the sites for which the global catalogs (GC) should register site-specific GC locator DNS SRV resource records. These records are registered in addition to the site-specific SRV records registered for the site where the GC resides, and records registered by a GC configured to register GC Locator DNS SRV records for those sites without a GC that are closest to it. \n\nThe GC Locator DNS records and the site-specific SRV records are dynamically registered by the Net Logon service, and they are used to locate the GC. An Active Directory site is one or more well-connected TCP/IP subnets that allow administrators to configure Active Directory access and replication. A GC is a domain controller that contains a partial replica of every domain in Active Directory.\n\nTo specify the sites covered by the GC Locator DNS SRV records, click Enabled, and enter the sites' names in a space-delimited format.\n\nIf this setting is not configured, it is not applied to any GCs, and GCs use their local configuration."
  9169. Netlogon_GcSiteCoverageLabel="Sites:"
  9170. Netlogon_NdncSiteCoverage="Sites Covered by the Application Directory Partition Locator DNS SRV Records"
  9171. Netlogon_NdncSiteCoverage_Help="Specifies the sites for which the domain controllers (DC) housing application directory partition should register the site-specific, application directory partition-specific DC Locator DNS SRV resource records. These records are registered in addition to the site-specific SRV records registered for the site where the DC resides, and records registered by a DC configured to register DC Locator DNS SRV records for those sites without a DC that are closest to it. \n\nThe application directory partition locator DNS records and the site-specific SRV records are dynamically registered by the Net Logon service, and they are used to locate the application directory partition-specific DC. An Active Directory site is one or more well-connected TCP/IP subnets that allow administrators to configure Active Directory access and replication.\n\nTo specify the sites covered by the DC Locator application directory partition-specific DNS SRV records, click Enabled, and then enter the site names in a space-delimited format.\n\nIf this setting is not configured, it is not applied to any DCs, and DCs use their local configuration."
  9172. Netlogon_NdncSiteCoverageLabel="Sites:"
  9173. Netlogon_ExpectedDialupDelay="Expected dial-up delay on logon"
  9174. Netlogon_ExpectedDialupDelay_Help="Specifies the additional time for the computer to wait for the domain controller’s (DC) response when logging on to the network.\n\nTo specify the Expected dial-up delay at logon, click Enable, and then enter the desired value in seconds (for example, the value "60" is 1 minute).\n\nIf this setting is not configured, it is not applied to any computers, and computers use their local configuration."
  9175. Netlogon_ExpectedDialupDelayLabel="Seconds:"
  9176. Netlogon_SiteName="Site Name"
  9177. Netlogon_SiteName_Help="Specifies the Active Directory site to which computers belong.\n\nAn Active Directory site is one or more well-connected TCP/IP subnets that allow administrators to configure Active Directory access and replication.\n\nTo specify the site name for this setting, click Enabled, and then enter the site name. When the site to which a computer belongs is not specified, the computer automatically discovers its site from Active Directory.\n\nIf this setting is not configured, it is not applied to any computers, and computers use their local configuration."
  9178. Netlogon_SiteNameLabel="Site:"
  9179. Netlogon_NegativeCachePeriod="Negative DC Discovery Cache Setting"
  9180. Netlogon_NegativeCachePeriod_Help="Specifies the amount of time (in seconds) the DC locator remembers that a domain controller (DC) could not be found in a domain. When a subsequent attempt to locate the DC occurs within the time set in this setting, DC Discovery immediately fails, without attempting to find the DC.\n\nThe default value for this setting is 45 seconds. The maximum value for this setting is 7 days (7*24*60*60). The minimum value for this setting is 0.\n\nWarning: If the value for this setting is too large, a client will not attempt to find any DCs that were initially unavailable. If the value for this setting is too small, clients will attempt to find DCs even when none are available."
  9181. Netlogon_NegativeCachePeriodLabel="Seconds:"
  9182. Netlogon_BackgroundRetryInitialPeriod="Initial DC Discovery Retry Setting for Background Callers"
  9183. Netlogon_BackgroundRetryInitialPeriod_Help="When applications performing periodic searches for domain controllers (DC) are unable to find a DC, the value set in this setting determines the amount of time (in seconds) before the first retry.\n\nThe default value for this setting is 10 minutes (10*60). The maximum value for this setting is 49 days (0x4294967). The minimum value for this setting is 0.\n\nThis setting is relevant only to those callers of DsGetDcName that have specified the DS_BACKGROUND_ONLY flag.\n\nIf the value of this setting is less than the value specified in the NegativeCachePeriod subkey, the value in the NegativeCachePeriod subkey is used.\n\nWarning: If the value for this setting is too large, a client will not attempt to find any DCs that were initially unavailable. If the value set in this setting is very small and the DC is not available, the traffic caused by periodic DC discoveries may be excessive."
  9184. Netlogon_BackgroundRetryInitialPeriodLabel="Seconds:"
  9185. Netlogon_BackgroundRetryMaximumPeriod="Maximum DC Discovery Retry Interval Setting for Background Callers"
  9186. Netlogon_BackgroundRetryMaximumPeriod_Help="When applications performing periodic searches for Domain Controllers (DCs) are unable to find a DC, the value set in this setting determines the maximum retry interval allowed.\n\nFor example, the retry intervals may be set at 10 minutes, then 20 minutes and then 40 minutes, but when the interval reaches the value set in this setting, that value becomes the retry interval for all subsequent retries until the value set in Final DC Discovery Retry Setting is reached.\n\nThe default value for this setting is 60 minutes (60*60). The maximum value for this setting is 49 days (0x4294967). The minimum value for this setting is 0.\n\nIf the value for this setting is smaller than the value specified for the Initial DC Discovery Retry Setting, the Initial DC Discovery Retry Setting is used.\n\nWarning: If the value for this setting is too large, a client may take very long periods to try to find a DC.\n\nIf the value for this setting is too small and the DC is not available, the frequent retries may produce excessive network traffic."
  9187. Netlogon_BackgroundRetryMaximumPeriodLabel="Seconds:"
  9188. Netlogon_BackgroundRetryQuitTime="Final DC Discovery Retry Setting for Background Callers"
  9189. Netlogon_BackgroundRetryQuitTime_Help="When applications performing periodic searches for domain controllers (DC) are unable to find a DC, the value set in this setting determines when retries are no longer allowed. For example, retires may be set to occur according to the Maximum DC Discovery Retry Interval Setting, but when the value set in this setting is reached, no more retries occur. If a value for this setting is smaller than the value in Maximum DC Discovery Retry Interval Setting, the value for Maximum DC Discovery Retry Interval Setting is used.\n\nThe default value for this setting is to not quit retrying (0). The maximum value for this setting is 49 days (0x4294967). The minimum value for this setting is 0.\n\nWarning: If the value for this setting is too small, a client will stop trying to find a DC too soon."
  9190. Netlogon_BackgroundRetryQuitTimeLabel="Seconds:"
  9191. Netlogon_BackgroundSuccessfulRefreshPeriod="Positive Periodic DC Cache Refresh for Background Callers"
  9192. Netlogon_BackgroundSuccessfulRefreshPeriod_Help="Determines when a successful DC cache entry is refreshed. This setting is applied to caller programs that periodically attempt to locate DCs, and it is applied before the returning the DC information to the caller program. The default value for this setting is infinite (4294967200). The maximum value for this setting is (4294967200), while the maximum that is not treated as infinity is 49 days (4294967). Any larger value is treated as infinity. The minimum value for this setting is to always refresh (0)."
  9193. Netlogon_BackgroundSuccessfulRefreshPeriodLabel="Seconds:"
  9194. Netlogon_NonBackgroundSuccessfulRefreshPeriod="Positive Periodic DC Cache Refresh for Non-Background Callers"
  9195. Netlogon_NonBackgroundSuccessfulRefreshPeriod_Help="Determines when a successful DC cache entry is refreshed. This setting is applied to caller programs that do not periodically attempt to locate DCs, and it is applied before the returning the DC information to the caller program. This setting is relevant to only those callers of DsGetDcName that have not specified the DS_BACKGROUND_ONLY flag.\n\nThe default value for this setting is 30 minutes (1800). The maximum value for this setting is (4294967200), while the maximum that is not treated as infinity is 49 days (4294967). Any larger value will be treated as infinity. The minimum value for this setting is to always refresh (0)."
  9196. Netlogon_NonBackgroundSuccessfulRefreshPeriodLabel="Seconds:"
  9197. Netlogon_ScavengeInterval="Scavenge Interval"
  9198. Netlogon_ScavengeInterval_Help="Determines the interval at which Netlogon performs the following scavenging operations:\n\n- Checks if a password on a secure channel needs to be modified, and modifies it if necessary.\n- On the domain controllers (DC), discovers a DC that has not been discovered.\n- On the PDC, attempts to add the <DomainName>[1B] NetBIOS name if it hasn’t already been successfully added.\n\nNone of these operations are critical. 15 minutes is optimal in all but extreme cases. For instance, if a DC is separated from a trusted domain by an expensive (e.g., ISDN) line, this parameter might be adjusted upward to avoid frequent automatic discovery of DCs in a trusted domain.\n\nTo enable the setting, click Enabled, and then specify the interval in seconds."
  9199. Netlogon_ScavengeIntervalLabel="Seconds:"
  9200. Netlogon_AvoidPdcOnWan="Contact PDC on logon failure"
  9201. Netlogon_AvoidPdcOnWan_Help="Defines whether a domain controller (DC) should attempt to verify with the PDC the password provided by a client if the DC failed to validate the password.\n\nContacting the PDC is useful in case the client’s password was recently changed and did not propagate to the DC yet. Users may want to disable this feature if the PDC is located over a slow WAN connection.\n\nTo enable this feature, click Enabled.\n\nTo disable this feature, click Disabled."
  9202. Netlogon_AllowSingleLabelDnsDomain="Location of the DCs hosting a domain with single label DNS name"
  9203. Netlogon_AllowSingleLabelDnsDomain_Help="Specifies whether the computers to which this setting is applied attempt DNS name resolution of a single-label domain names.\n\nBy default, when a computer (or the DC Locator running on a computer, to be more specific) needs to locate a domain controller hosting an Active Directory domain specified with a single-label name, the computer exclusively uses NetBIOS name resolution, but not the DNS name resolution, unless the computer is joined to an Active Directory forest in which at least one domain has a single-label DNS name. \n\nIf this setting is enabled, computers to which this policy is applied will attempt to locate a domain controller hosting an Active Directory domain specified with a single-label name using DNS name resolution.\n\nIf this setting is disabled, computers to which this setting is applied will attempt to locate a domain controller hosting an Active Directory domain specified with a single-label name only using NetBIOS name resolution, but not the DNS name resolution, unless the computer is joined to an Active Directory forest in which at least one domain has a single-label DNS name.\n\nIf this setting is not configured, it is not applied to any computers, and computers use their local configuration."
  9204. NoStartPage="Force classic Start Menu"
  9205. NoStartPage_Help="This setting effects the presentation of the Start menu.\n\nThe classic Start menu in Windows 2000 allows users to begin common tasks, while the new Start menu consolidates common items onto one menu. When the classic Start menu is used, the following icons are placed on the desktop: My Documents, My Pictures, My Music, My Computer, and My Network Places. The new Start menu starts them directly.\n\nIf you enable this setting, the Start menu displays the classic Start menu in the Windows 2000 style and displays the standard desktop icons.\n\nIf you disable this setting, the Start menu only displays in the new style, meaning the desktop icons are now on the Start page.\n\nIf you do not configure this setting, the default is the new style, and the user can change the view."
  9206. SharedFolders="Shared Folders"
  9207. PublishSharedFolders="Allow shared folders to be published"
  9208. PublishSharedFolders_Help="Determines whether the user can publish shared folders in Active Directory.\n\nIf you enable this setting or do not configure it, users can use the "Publish in Active Directory" option in the Shared Folders snap-in to publish shared folders in Active Directory.\n\nIf you disable this setting, the user cannot publish shared folders in Active Directory, and the "Publish in Active Directory" option is disabled. Note: The default is to allow shared folders to be published when this setting is not configured"
  9209. PublishDfsRoots="Allow DFS roots to be published"
  9210. PublishDfsRoots_Help="Determines whether the user can publish DFS roots in Active Directory.\n\nIf you enable this setting or do not configure it, users can use the "Publish in Active Directory" option to publish DFS roots as shared folders in Active Directory.\n\nIf you disable this setting, the user cannot publish DFS roots in Active Directory, and the "Publish in Active Directory" option is disabled. Note: The default is to allow shared folders to be published when this setting is not configured."
  9211. Network="Network"
  9212. NetworkConnections="Network Connections"
  9213. NewGPODisplayName="Default name for new Group Policy objects"
  9214. NewGPODisplayName_Help="Sets the default display name for new Group Policy objects.\n\nThis setting allows you to specify the default name for new Group Policy objects created from the Group Policy tab in Active Directory tools or created from the GPO browser.\n\nThe display name may contain environment variables and can be a maximum of 255 characters long.\n\nIf this setting is Disabled or Not Configured, the default display name of New Group Policy object is used."
  9215. NewGPODisplayNameHeading="GPO Name:"
  9216. NewGPOLinksDisabled="Create new Group Policy object links disabled by default"
  9217. NewGPOLinksDisabled_Help="Creates new Group Policy object links in the disabled state.\n\nThis setting creates all new Group Policy object links in the disabled state by default. After you configure and test the new object links, either by using Active Directory Users and Computers or Active Directory Sites and Services, you can enable the object links for use on the system.\n\nIf you disable this setting or do not configure it, new Group Policy object links are created in the enabled state. If you do not want them to be effective until they are configured and tested, you must disable the object link."
  9218. NoActiveDesktop_Help="Disables Active Desktop and prevents users from enabling it.\n\nThis prevents users from trying to enable or disable Active Desktop while a policy controls it.\n\nIf you disable this setting or do not configure it, Active Desktop is disabled by default, but users can enable it.\n\nNote: If both the "Enable Active Desktop" setting and the "Disable Active Desktop" setting are enabled, the "Disable Active Desktop" setting is ignored. If the "Disable Active Desktop and Web view" setting (in User Configuration\Administrative Templates\Windows Components\Windows Explorer) is enabled, Active Desktop is disabled and both of these policies are ignored."
  9219. NoActiveDesktop_Tip="Disallows HTML and Jpg Wallpaper"
  9220. NoActiveDesktop="Disable Active Desktop"
  9221. NoActiveDesktopChanges_Help="Prevents the user from enabling or disabling Active Desktop or changing the Active Desktop configuration.\n\nThis is a comprehensive setting that locks down the configuration you establish by using other policies in this folder. This setting removes the Web tab from Display in Control Panel. As a result, users cannot enable or disable Active Desktop. If Active Desktop is already enabled, users cannot add, remove, or edit Web content or disable, lock, or synchronize Active Desktop components."
  9222. NoActiveDesktopChanges="Prohibit changes"
  9223. NoAddFromCDorFloppy_Help="Removes the "Add a program from CD-ROM or floppy disk" section from the Add New Programs page. This prevents users from using Add or Remove Programs to install programs from removable media.\n\nIf you disable this setting or do not configure it, the "Add a program from CD-ROM or floppy disk" option is available to all users.\n\nThis setting does not prevent users from using other tools and methods to add or remove program components.\n\nNote: If the "Hide Add New Programs page" setting is enabled, this setting is ignored. Also, if the "Prevent removable media source for any install" setting (located in User Configuration\Administrative Templates\Windows Components\Windows Installer) is enabled, users cannot add programs from removable media, regardless of this setting."
  9224. NoAddFromCDorFloppy="Hide the "Add a program from CD-ROM or floppy disk" option"
  9225. NoAddFromInternet_Help="Removes the "Add programs from Microsoft" section from the Add New Programs page. This setting prevents users from using Add or Remove Programs to connect to Windows Update.\n\nIf you disable this setting or do not configure it, "Add programs from Microsoft" is available to all users.\n\nThis setting does not prevent users from using other tools and methods to connect to Windows Update.\n\nNote: If the "Hide Add New Programs page" setting is enabled, this setting is ignored."
  9226. NoAddFromInternet="Hide the "Add programs from Microsoft" option"
  9227. NoAddFromNetwork_Help="Prevents users from viewing or installing published programs.\n\nThis setting removes the "Add programs from your network" section from the Add New Programs page. The "Add programs from your network" section lists published programs and provides an easy way to install them.\n\nPublished programs are those programs that the system administrator has explicitly made available to the user with a tool such as Windows Installer. Typically, system administrators publish programs to notify users that the programs are available, to recommend their use, or to enable users to install them without having to search for installation files.\n\nIf you enable this setting, users cannot tell which programs have been published by the system administrator, and they cannot use Add or Remove Programs to install published programs. However, they can still install programs by using other methods, and they can view and install assigned (partially installed) programs that are offered on the desktop or on the Start menu.\n\nIf you disable this setting or do not configure it, "Add programs from your network" is available to all users.\n\nNote: If the "Hide Add New Programs page" setting is enabled, this setting is ignored."
  9228. NoAddFromNetwork="Hide the "Add programs from your network" option"
  9229. NoAddingComponents_Help="Prevents users from adding Web content to their Active Desktop.\n\nThis setting removes the "New" button from Web tab in Display in Control Panel. As a result, users cannot add Web pages or pictures from the Internet or an intranet to the desktop. This setting does not remove existing Web content from their Active Desktop, or prevent users from removing existing Web content.\n\nAlso, see the "Disable all items" setting."
  9230. NoAddPage_Help="Removes the Add New Programs button from the Add or Remove Programs bar. As a result, users cannot view or change the attached page.\n\nThe Add New Programs button lets users install programs published or assigned by a system administrator.\n\nIf you disable this setting or do not configure it, the Add New Programs button is available to all users.\n\nThis setting does not prevent users from using other tools and methods to install programs."
  9231. NoAddPage="Hide Add New Programs page"
  9232. NoAddPrinter_Help="Prevents users from using familiar methods to add local and network printers.\n\nThis setting removes the Add Printer option from the Start menu. (To find the Add Printer option, click Start, click Printers, and then click Add Printer.) This setting also removes Add Printer from the Printers folder in Control Panel.\n\nAlso, users cannot add printers by dragging a printer icon into the Printers folder. If they try, a message appears explaining that the setting prevents the action.\n\nHowever, this setting does not prevent users from using the Add Hardware Wizard to add a printer. Nor does it prevent users from running other programs to add printers.\n\nThis setting does not delete printers that users have already added. However, if users have not added a printer when this setting is applied, they cannot print.\n\nNote: You can use printer permissions to restrict the use of printers without specifying a setting. In the Printers folder, right-click a printer, click Properties, and then click the Security tab."
  9233. NoAddPrinter="Prevent addition of printers"
  9234. NoAddRemovePrograms_Help="Prevents users from using Add or Remove Programs.\n\nThis setting removes Add or Remove Programs from Control Panel and removes the Add or Remove Programs item from menus.\n\nAdd or Remove Programs lets users install, uninstall, repair, add, and remove features and components of Windows 2000 and a wide variety of Windows programs. Programs published or assigned to the user appear in Add or Remove Programs.\n\nIf you disable this setting or do not configure it, Add or Remove Programs is available to all users.\n\nWhen enabled, this setting takes precedence over the other settings in this folder.\n\nThis setting does not prevent users from using other tools and methods to install or uninstall programs."
  9235. NoAddRemovePrograms="Remove Add/Remove Programs Programs"
  9236. NoAutoUpdate="Windows Automatic Updates"
  9237. NoAutoUpdate_Help="This setting controls automatic updates to a user's computer.\n\nWhenever a user connects to the Internet, Windows searches for updates available for the software and hardware on their computer and automatically downloads them. This happens in the background, and the user is prompted when downloaded components are ready to be installed, or prior to downloading, depending on their configuration.\n\nIf you enable this setting, it prohibits Windows from searching for updates.\n\nIf you disable or do not configure it, Windows searches for updates and automatically downloads them.\n\nNote: Windows Update is an online catalog customized for your computer that consists of items such as drivers, critical updates, Help files, and Internet products that you can download to keep your computer up to date.\n\nAlso, see the "Remove links and access to Windows Update" setting. If the "Remove links and access to Windows Update" setting is enabled, the links to Windows Update on the Start menu are also removed." 
  9238. NoAutoTrayNotify="Turn off notification area cleanup"
  9239. NoAutoTrayNotify_Help="This setting effects the notification area, also called the "system tray."\n\nThe notification area is located in the task bar, generally at the bottom of the screen, and itincludes the clock and current notifications. This setting determines whether the items are always expanded or always collapsed. By default, notifications are collapsed. The notification cleanup << icon can be referred to as the "notification chevron."\n\nIf you enable this setting, the system notification area expands to show all of the notifications that use this area.\n\nIf you disable this setting, the system notification area will always collapse notifications.\n\nIf you do not configure it, the user can choose if they want notifications collapsed."
  9240. NoBackButton_Help="Removes the Back button from the Open dialog box.\n\nThis setting, and others in this folder, lets you remove new features added in Windows 2000, so that the Open dialog box looks like it did in Windows NT 4.0 and earlier. These policies only affect programs that use the standard Open dialog box provided to developers of Windows programs.\n\nTo see an example of the standard Open dialog box, run Notepad and, on the File menu, click Open.\n\nNote: It is a requirement for third-party applications with Windows 2000 or later certification to adhere to this setting."
  9241. NoBackButton="Hide the common dialog back button"
  9242. NoBalloonTip_Help="Hides pop-up text on the Start menu and in the notification area.\n\nWhen you hold the cursor over an item on the Start menu or in the notification area, the system displays pop-up text providing additional information about the object.\n\nIf you enable this setting, some of this pop-up text is not displayed. The pop-up text affected by this setting includes "Click here to begin" on the Start button, "Where have all my programs gone" on the Start menu, and "Where have my icons gone" in the notification area.\n\nIf you disable this setting or do not configure it, all pop-up text is displayed on the Start menu and in the notification area."
  9243. NoBalloonTip="Remove Balloon Tips on Start Menu items"
  9244. NoCacheThumbNailPictures="Turn off caching of thumbnail pictures"
  9245. NoCacheThumbNailPictures_Help="This settings controls whether the thumbnail views are cached.\n\nIf you enable this setting, thumbnail views are not cached.\n\nIf you disable or do not configure this setting, thumbnail views are cached.\n\nNote: For shared corporate workstations or computers where security is a top concern, you should enable this setting to turn off the thumbnail view cache, because the thumbnail cache can be read by everyone."
  9246. NoCDBurning="Remove CD Burning features"
  9247. NoCDBurning_Help="Windows Explorer allows you to to create and modify re-writable CDs if you have a CD writer connected to your PC.\n\nIf you enable this setting, all features in the Windows Exlorer that allow you to use your CD writer are removed.\n\nIf you disable or do not configure this setting, users are able to use the Windows Explorer CD burning features.\n\nNote: This setting does not prevent users from using third-party applications to create or modify CDs using a CD writer."
  9248. NoChangeAnimation_Help="Prevents users from selecting the option to animate the movement of windows, menus, and lists.\n\nIf you enable this setting, the "Use transition effects for menus and tooltips" option in Display in Control Panel is disabled.\n\nEffects, such as animation, are designed to enhance the user's experience but might be confusing or distracting to some users."
  9249. NoChangeAnimation="Remove UI to change menu animation setting"
  9250. NoChangeKeyboardNavigationIndicators_Help="Disables the "Hide keyboard navigation indicators until I use the ALT key" option in Display in Control Panel.\n\nWhen this Display Properties option is selected, the underlining that indicates a keyboard shortcut character (hot key) does not appear on menus until you press ALT.\n\nEffects, such as transitory underlines, are designed to enhance the user's experience but might be confusing or distracting to some users."
  9251. NoChangeKeyboardNavigationIndicators="Remove UI to change keyboard navigation indicator setting"
  9252. NoChangeStartMenu_Help="Prevents users from using the drag-and-drop method to reorder or remove items on the Start menu. Also, it removes context menus from the Start menu.\n\nIf you disable this setting or do not configure it, users can remove or reorder Start menu items by dragging and dropping the item. They can display context menus by right-clicking a Start menu item.\n\nThis setting does not prevent users from using other methods of customizing the Start menu or performing the tasks available from the context menus.\n\nAlso, see the "Prevent changes to Taskbar and Start Menu Settings" and the "Remove access to the context menus for taskbar" settings."
  9253. NoChangeStartMenu="Remove Drag-and-drop context menus on the Start Menu"
  9254. NoChangingWallPaper_Help="Prevents users from adding or changing the background design of the desktop.\n\nBy default, users can use the Desktop tab of Display in Control Panel to add a background design (wallpaper) to their desktop.\n\nIf you enable this setting, the Desktop tab still appears, but all options on the tab are disabled.\n\nTo remove the Desktop tab, use the "Hide Desktop tab" setting.\n\nTo specify wallpaper for a group, use the "Active Desktop Wallpaper" setting.\n\nAlso, see the "Allow only bitmapped wallpaper" setting."
  9255. NoClose_Help="Prevents users from shutting down or restarting Windows.\n\nThis setting removes the Shut Down option from the Start menu and disables the Shut Down button on the Windows Security dialog box, which appears when you press CTRL+ALT+DEL.\n\nThis setting prevents users from using the Windows user interface to shut down the system, although it does not prevent them from running programs that shut down Windows.\n\nIf you disable this setting or do not configure it, the Shut Down menu option appears, and the Shut Down button is enabled.\n\nNote: It is a requirement for third-party applications with Windows 2000 or later certification to adhere to this setting."
  9256. NoClose="Remove and prevent access to the Shut Down command"
  9257. NoCloseDragDropBands_Help="Prevents users from manipulating desktop toolbars.\n\nIf you enable this setting, users cannot add or remove toolbars from the desktop. Also, users cannot drag toolbars on to or off of docked toolbars.\n\nNote: If users have added or removed toolbars, this setting prevents them from restoring the default configuration.\n\nTip: To view the toolbars that can be added to the desktop, right-click a docked toolbar (such as the taskbar beside the Start button), and point to "Toolbars."\n\nAlso, see the "Prohibit adjusting desktop toolbars" setting."
  9258. NoClosingComponents_Help="Prevents users from removing Web content from their Active Desktop.\n\nIn Active Desktop, you can add items to the desktop but close them so they are not displayed.\n\nIf you enable this setting, items added to the desktop cannot be closed; they always appear on the desktop. This setting removes the check boxes from items on the Web tab in Display in Control Panel.\n\nNote: This setting does not prevent users from deleting items from their Active Desktop."
  9259. NoCommonGroups_Help="Removes items in the All Users profile from the Programs menu on the Start menu.\n\nBy default, the Programs menu contains items from the All Users profile and items from the user's profile. If you enable this setting, only items in the user's profile appear in the Programs menu.\n\nTip: To see the Program menu items in the All Users profile, on the system drive, go to Documents and Settings\All Users (WINNT)\Start Menu\Programs."
  9260. NoCommonGroups="Remove common program groups from Start Menu"
  9261. NoControlPanel_Help="Disables all Control Panel programs.\n\nThis setting prevents Control.exe, the program file for Control Panel, from starting. As a result, users cannot start Control Panel or run any Control Panel items.\n\nThis setting also removes Control Panel from the Start menu. (To open Control Panel, click Start, point to Settings, and then click Control Panel.) This setting also removes the Control Panel folder from Windows Explorer.\n\nIf users try to select a Control Panel item from the Properties item on a context menu, a message appears explaining that a setting prevents the action.\n\nAlso, see the "Remove Display in Control Panel" and "Remove programs on Settings menu" settings."
  9262. NoControlPanel="Prohibit access to the Control Panel"
  9263. NoDeletePrinter_Help="Prevents users from deleting local and network printers.\n\nIf a user tries to delete a printer, such as by using the Delete option in Printers in Control Panel, a message appears explaining that a setting prevents the action.\n\nThis setting does not prevent users from running other programs to delete a printer."
  9264. NoDeletePrinter="Prevent deletion of printers"
  9265. NoDeletingComponents_Help="Prevents users from deleting Web content from their Active Desktop.\n\nThis setting removes the Delete button from the Web tab in Display in Control Panel. As a result, users can temporarily remove, but not delete, Web content from their Active Desktop.\n\nThis setting does not prevent users from adding Web content to their Active Desktop.\n\nAlso, see the "Prohibit closing items" and "Disable all items" settings."
  9266. NoDesktop_Help="Removes icons, shortcuts, and other default and user-defined items from the desktop, including Briefcase, Recycle Bin, My Computer, and My Network Places.\n\nRemoving icons and shortcuts does not prevent the user from using another method to start the programs or opening the items they represent.\n\nAlso, see "Items displayed in Places Bar" in User Configuration\Administrative Templates\Windows Components\Common Open File Dialog to remove the Desktop icon from the Places Bar. This will help revent users from saving data to the Desktop."
  9267. NoDesktop="Hide and disable all items on the desktop"
  9268. NoDesktopCleanupWizard="Remove the Desktop Cleanup Wizard"
  9269. NoDesktopCleanupWizard_Help="Prevents users from using the Desktop Cleanup Wizard.\n\nIf you enable this setting, the Desktop Cleanup wizard does not automatically run on a users workstation every 60 days. The user will also not be able to access the Desktop Cleanup Wizard.\n\nIf you disable this setting or do not configure it, the default behavior of the Desktop Clean Wizard running every 60 days occurs.\n\nNote: When this setting is not enabled, users can run the Desktop Cleanup Wizard, or have it run automatically every 60 days from Display, by clicking the Desktop tab and then clicking the Customize Desktop button."
  9270. NoDFSTab_Help="Removes the DFS tab from Windows Explorer.\n\nThis setting removes the DFS tab from Windows Explorer and from other programs that use the Windows Explorer browser, such as My Computer. As a result, users cannot use this tab to view or change the properties of the Distributed File System (DFS) shares available from their computer.\n\nThis setting does not prevent users from using other methods to configure DFS."
  9271. NoDFSTab="Remove DFS tab"
  9272. NoDispAppearancePage_Help="Removes the Appearance and Themes tabs from Display in Control Panel.\n\nWhen this setting is enabled, it removes the desktop color selection option from the Desktop tab.\n\nThis setting prevents users from using Control Panel to change the colors or color scheme of the desktop and windows.\n\nIf this setting is disabled or not configured, the Appearance and Themes tabs are available in Dislay in Control Panel."
  9273. NoDispBackgroundPage_Help="Removes the Desktop tab from Display in Control Panel.\n\nThis setting prevents users from using Control Panel to change the pattern and wallpaper on the desktop.\n\nEnabling this setting also prevents the user from customizing the desktop by changing icons or adding new Web content through Control Panel."
  9274. NoDispCpl_Help="Disables Display in Control Panel.\n\nIf you enable this setting, Display in Control Panel does not run. When users try to start Display, a message appears explaining that a setting prevents the action.\n\nAlso, see the "Prohibit access to the Control Panel" (User Configuration\Administrative Templates\Control Panel) and "Remove programs on Settings menu" (User Configuration\Administrative Templates\Start Menu & Taskbar) settings."
  9275. NoDispScrSavPage_Help="Removes the Screen Saver tab from Display in Control Panel.\n\nThis setting prevents users from using Control Panel to add, configure, or change the screen saver on the computer."
  9276. NoDispSettingsPage_Help="Removes the Settings tab from Display in Control Panel.\n\nThis setting prevents users from using Control Panel to add, configure, or change the display settings on the computer."
  9277. NoDrives_Help="Removes the icons representing selected hard drives from My Computer and Windows Explorer. Also, the drive letters representing the selected drives do not appear in the standard Open dialog box.\n\nTo use this setting, select a drive or combination of drives in the drop-down list. To display all drives, disable this setting or select the "Do not restrict drives" option in the drop-down list.\n\nNote: This setting removes the drive icons. Users can still gain access to drive contents by using other methods, such as by typing the path to a directory on the drive in the Map Network Drive dialog box, in the Run dialog box, or in a command window.\n\nAlso, this setting does not prevent users from using programs to access these drives or their contents. And, it does not prevent users from using the Disk Management snap-in to view and change drive characteristics.\n\nAlso, see the "Prevent access to drives from My Computer" setting.\n\nNote: It is a requirement for third-party applications with Windows 2000 or later certification to adhere to this setting."
  9278. NoDrives="Hide these specified drives in My Computer"
  9279. NoDrivesDropdown="Pick one of the following combinations"    
  9280. NoEditingComponents_Help="Prevents users from changing the properties of Web content items on their Active Desktop.\n\nThis setting disables the Properties button on the Web tab in Display in Control Panel. Also, it removes the Properties item from the menu for each item on the Active Desktop. As a result, users cannot change the properties of an item, such as its synchronization schedule, password, or display characteristics."
  9281. NoEncryptOnMove="Do not automatically encrypt files moved to encrypted folders" 
  9282. NoEncryptOnMove_Help="Prevents Windows Explorer from encrypting files that are moved to an encrypted folder.\n\nIf you disable this setting or do not configure it, Windows Explorer automatically encrypts files that are moved to an encrypted folder.\n\nThis setting applies only to files moved within a volume. When files are moved to other volumes, or if you create a new file in an encrypted folder, Windows Explorer encrypts those files automatically."
  9283. NoEntireNetwork_Help="Removes all computers outside of the user's workgroup or local domain from lists of network resources in Windows Explorer and My Network Places.\n\nIf you enable this setting, the system removes the Entire Network option and the icons representing networked computers from My Network Places and from the browser associated with the Map Network Drive option.\n\nThis setting does not prevent users from viewing or connecting to computers in their workgroup or domain. It also does not prevent users from connecting to remote computers by other commonly used methods, such as by typing the share name in the Run dialog box or the Map Network Drive dialog box.\n\nTo remove computers in the user's workgroup or domain from lists of network resources, use the "No "Computers Near Me" in My Network Places" setting.\n\nNote: It is a requirement for third-party applications with Windows 2000 or later certification to adhere to this setting."
  9284. NoEntireNetwork="No "Entire Network" in My Network Places"
  9285. NoFavoritesMenu_Help="Prevents users from adding the Favorites menu to the Start menu or classic Start menu.\n\nIf you enable this setting, the Display Favorites item does not appear in the Advanced Start menu options box.\n\nIf you disable or do not configure this setting, the Display Favorite item is available.\n\nNote:The Favorities menu does not appear on the Start menu by default. To display the Favorites menu, right-click Start, click Properties, and then click Customize.  If you are using Start menu, click the Advanced tab, and then, under Start menu items, click the Favorites menu. If you are using the classic Start menu, click Display Favorites under Advanced Start menu options.\n\nNote:The items that appear in the Favorites menu when you install Windows are preconfigured by the system to appeal to most users. However, users can add and remove items from this menu, and system administrators can create a customized Favorites menu for a user group.\n\nNote:This setting only affects the Start menu. The Favorites item still appears in Windows Explorer and in Internet Explorer."
  9286. NoFavoritesMenu="Remove Favorites menu from Start Menu"
  9287. NoFileMenu_Help="Removes the File menu from My Computer and Windows Explorer.\n\nThis setting does not prevent users from using other methods to perform tasks available on the File menu."
  9288. NoFileMenu="Remove File menu from Windows Explorer"
  9289. NoFileMRU_Help="Removes the list of most recently used files from the Open dialog box.\n\nIf you disable this setting or do not configure it, the "File name" field includes a drop-down list of recently used files. If you enable this setting, the "File name" field is a simple text box. Users must browse directories to find a file or type a file name in the text box.\n\nThis setting, and others in this folder, lets you remove new features added in Windows 2000, so that the Open dialog box looks like it did in Windows NT 4.0 and earlier. These policies only affect programs that use the standard Open dialog box provided to developers of Windows programs.\n\nTo see an example of the standard Open dialog box, start Notepad and, on the File menu, click Open.\n\nNote: It is a requirement for third-party applications with Windows 2000 or later certification to adhere to this setting."
  9290. NoFileMRU="Hide the dropdown list of recent files"
  9291. NoFind_Help="Removes the Search item from the Start menu, and disables some Windows Explorer search elements.\n\nThis setting removes the Search item from the Start menu and from the context menu that appears when you right-click the Start menu. Also, the system does not respond when users press the Application key (the key with the Windows logo)+ F.\n\nIn Windows Explorer, the Search item still appears on the Standard buttons toolbar, but the system does not respond when the user presses Ctrl+F. Also, Search does not appear in the context menu when you right-click an icon representing a drive or a folder.\n\nThis setting affects the specified user interface elements only. It does not affect Internet Explorer and does not prevent the user from using other methods to search.\n\nAlso, see the "Remove Search button from Windows Explorer" setting in User Configuration\Administrative Templates\Windows Components\Windows Explorer.\n\nNote:\n\nThis setting also prevents the user from using the F3 key."
  9292. NoFind="Remove Search menu from Start Menu"
  9293. NoFolderOptions_Help="Removes the Folder Options item from all Windows Explorer menus and removes the Folder Options item from Control Panel. As a result, users cannot use the Folder Options dialog box.\n\nThe Folder Options dialog box lets users set many properties of Windows Explorer, such as Active Desktop, Web view, Offline Files, hidden system files, and file types.\n\nAlso, see the "Enable Active Desktop" setting in User Configuration\AdministrativeTemplates\Desktop\Active Desktop and the "Prohibit user configuration of Offline Files" setting in User Configuration\Administrative Templates\Network\Offline Files."
  9294. NoFolderOptions="Removes the Folder Options menu item from the Tools menu"
  9295. NoHardwareTab_Help="Removes the Hardware tab.\n\nThis setting removes the Hardware tab from Mouse, Keyboard, and Sounds and Audio Devices in Control Panel. It also removes the Hardware tab from the Properties dialog box for all local drives, including hard drives, floppy disk drives, and CD-ROM drives. As a result, users cannot use the Hardware tab to view or change the device list or device properties, or use the Troubleshoot button to resolve problems with the device."
  9296. NoHardwareTab="Remove Hardware tab"
  9297. NoHelp_Help="Removes the Help command from the Start menu.\n\nThis setting only affects the Start menu. It does not remove the Help menu from Windows Explorer and does not prevent users from running Help."
  9298. NoHelp="Remove Help menu from Start Menu"
  9299. NoHTMLWallPaper_Help="Permits only bitmap images for wallpaper. This setting limits the desktop background ("wallpaper") to bitmap (.bmp) files. If users select files with other image formats, such as JPEG, GIF, PNG, or HTML, through the Browse button on the Desktop tab, the wallpaper does not load. Files that are autoconverted to a .bmp format, such as JPEG, GIF, and PNG, can be set as Wallpaper by right-clicking the image and selecting "Set as Wallpaper".\n\nAlso, see the "Active Desktop Wallpaper" and the "Prevent changing wallpaper" (in User Configuration\Administrative Templates\Control Panel\Display) settings."
  9300. NoInstrumentation_Help="Disables user tracking.\n\nThis setting prevents the system from tracking the programs users run, the paths they navigate, and the documents they open. The system uses this information to customize Windows features, such as personalized menus.\n\nIf you enable this setting, the system does not track these user actions. The system disables customized features that require user tracking information, including personalized menus.\n\nAlso, see the "Turn off personalized menus" setting."
  9301. NoInstrumentation="Turn off user tracking"
  9302. NoInternetIcon_Help="Removes the Internet Explorer icon from the desktop and from the Quick Launch bar on the taskbar.\n\nThis setting does not prevent the user from starting Internet Explorer by using other methods."
  9303. NoInternetIcon="Hide Internet Explorer icon on desktop"
  9304. NoLogOff_Help="Prevents the user from logging off.\n\nThis setting does not let the user log off the system by using any method, including programs run from the command line, such as scripts. It also disables or removes all menu items and buttons that log the user off the system.\n\nAlso, see the "Remove Logoff on the Start Menu" setting."
  9305. NoLogoff="Remove Logoff"
  9306. NoManageMyComputerVerb="Hides the Manage item on the Windows Explorer context menu"
  9307. NoManageMyComputerVerb_Help="Removes the Manage item from the Windows Explorer context menu. This context menu appears when you right-click Windows Explorer or My Computer.\n\nThe Manage item opens Computer Management (Compmgmt.msc), a console tool that includes many of the primary Windows 2000 administrative tools, such as Event Viewer, Device Manager, and Disk Management. You must be an administrator to use many of the features of these tools.\n\nThis setting does not remove the Computer Management item from the Start menu (Start, Programs, Administrative Tools, Computer Management), nor does it prevent users from using other methods to start Computer Management.\n\nTip: To hide all context menus, use the "Remove Windows Explorer's default context menu" setting."
  9308. NoMovingBands_Help="Prevents users from adjusting the length of desktop toolbars. Also, users cannot reposition items or toolbars on docked toolbars.\n\nThis setting does not prevent users from adding or removing toolbars on the desktop.\n\nNote: If users have adjusted their toolbars, this setting prevents them from restoring the default configuration.\n\nAlso, see the "Prevent adding, dragging, dropping and closing the Taskbar's toolbars" setting."
  9309. NoPropertiesMyComputer="Remove Properties from the My Computer context menu"
  9310. NoPropertiesMyComputer_Help="This setting hides Properties on the context menu for My Computer.\n\nIf you enable this setting, the Properties option will not be present when the user right-clicks My Computer or clicks My Computer and then goes to the File menu.  Likewise, Alt-Enter does nothing when My Computer is selected.\n\nIf you disable or do not configure this setting, the Properties option is displayed as usual."
  9311. NoMyComputerSharedDocuments="Remove Shared Documents from My Computer"
  9312. NoMyComputerSharedDocuments_Help="Removes the Shared Documents folders from My Computer.\n\nWhen a Windows client in is a workgroup, a Shared Documents icon appears in the Windows Explorer Web view under "Other Places" and also under "Files Stored on This Computer" in My Computer. Using this policy setting, you can choose not to have these items displayed.\n\nIf you enable this setting, the Shared Documents folders is not displayed in the Web view or in My Computer.\n\nIf you disable or do not configure this setting, the Shared Documents folders is displayed in Web view and also in My Computer when the client is part of a workgroup."
  9313. NoMyComputerIcon="Remove My Computer icon on the desktop"
  9314. NoMyComputerIcon_Help="This setting hides My Computer from the desktop and from the new Start menu. It also hides links to My Computer in the Web view of all Explorer windows, and it hides My Computer in the Explorer folder tree pane. If the user navigates into My Computer via the "Up" button while this setting is enabled, they view an empty My Computer folder. This setting allows administrators to restrict their users from seeing My Computer in the shell namespace, allowing them to present their users with a simpler desktop environment.\n\nIf you enable this setting, My Computer is hidden on the desktop, the new Start menu, the Explorer folder tree pane, and the Explorer Web views. If the user manages to navigate to My Computer, the folder will be empty.\n\nIf you disable this setting, My Computer is displayed as usual, appearing as normal on the desktop, Start menu, folder tree pane, and Web views, unless restricted by another setting.\n\nIf you do not configure this setting, the default is to display My Computer as usual.\n\nNote: Hiding My Computer and its contents does not hide the contents of the child folders of My Computer. For example, if the users navigate into one of their hard drives, they see all of their folders and files there, even if this setting is enabled."
  9315. NoMyDocumentsIcon_Help="Removes most occurrences of the My Documents icon.\n\nThis setting removes the My Documents icon from the desktop, from Windows Explorer, from programs that use the Windows Explorer windows, and from the standard Open dialog box.\n\nThis setting does not prevent the user from using other methods to gain access to the contents of the My Documents folder.\n\nThis setting does not remove the My Documents icon from the Start menu. To do so, use the "Remove My Documents icon from Start Menu" setting.\n\nNote: To make changes to this setting effective, you must log off from and log back on to Windows 2000."
  9316. NoMyDocumentsIcon="Remove My Documents icon on the desktop"
  9317. NoPinnedPrograms="Remove pinned programs list from the Start Menu"
  9318. NoPinnedPrograms_Help="If you enable this setting, the "Pinned Programs" list is removed from the Start menu, and the Internet and Email checkboxes are removed from the simple Start menu customization CPL.\n\nIf you disable this setting or do not configure it, the "Pinned Programs" list remains on the simple Start menu."
  9319. NoFrequentUsedPrograms="Remove frequent programs list from the Start Menu"
  9320. NoFrequentUsedPrograms_Help="If you enable this setting, the frequently used programs list is removed from the Start menu.\n\nIf you disable this setting or do not configure it, the frequently used programs list remains on the simple Start menu."
  9321. NoMoreProgramsList="Remove All Programs list from the Start menu"
  9322. NoMoreProgramsList_Help="If you enable this setting, the "All Programs" item is removed from the simple Start menu.\n\nIf you disable this setting or do not configure it, the "All Programs" item remains on the simple Start menu."
  9323. NoUserNameOnStartMenu="Remove user name from Start Menu"
  9324. NoUserNameOnStartMenu_Help="If you enable this setting, the user name is removed from the simple Start menu.\n\nIf you disable this setting or do not configure it, the user name remains on the simple Start menu."
  9325. NoRecycleBinIcon="Remove Recycle Bin icon from desktop"
  9326. NoRecycleBinIcon_Help="Removes most occurrences of the Recycle Bin icon.\n\nThis setting removes the Recycle Bin icon from the desktop, from Windows Explorer, from programs that use the Windows Explorer windows, and from the standard Open dialog box.\n\nThis setting does not prevent the user from using other methods to gain access to the contents of the Recycle Bin folder.\n\nNote: To make changes to this setting effective, you must log off and then log back on."
  9327. NoRecycleBinProperties="Remove Properties from the Recycle Bin context menu"
  9328. NoRecycleBinProperties_Help="Removes the Properties option from the Recycle Bin context menu.\n\nIf you enable this setting, the Properties option will not be present when the user right-clicks on Recycle Bin or opens Recycle Bin and then clicks File. Likewise, Alt-Enter does nothing when Recycle Bin is selected.\n\nIf you disable or do not configure this setting, the Properties option is displayed as usual."
  9329. NoRecycleFiles="Do not move deleted files to the Recycle Bin"
  9330. NoRecycleFiles_Help="When a file or folder is deleted in Windows Explorer, a copy of the file or folder is placed in the Recycle Bin. Using this setting, you can change this behavior.\n\nIf you enable this setting, files and folders that are deleted using Windows Explorer will not be placed in the Recycle Bin and will therefore be permanently deleted.\n\nIf you disable or do not configure this setting, files and folders deleted using Windows Explorer will be placed in the Recyele Bin."
  9331. RecycleBinSize="Maximum allowed Recycle Bin size"
  9332. RecycleBinSize_Help="Limits the percentage of a volume's disk space that can be used to store deleted files.\n\nIf you enable this setting, the user has a maximum amount of disk space that may be used for the Recycle Bin on their workstation.\n\nIf you disable or do not configure this setting, users can change the total amount of disk space used by the Recycle Bin.\n\nNote: This setting is applied to all volumes."
  9333. RecycleBinSizeHelp1="Value represents percentage of hard disk that can be used (0 - 100)."
  9334. RecycleBinSizeSpin="Maximum Recycle Bin size: "
  9335. NoSecurityTab="Remove Security tab"
  9336. NoSecurityTab_Help="Removes the Security tab from Windows Explorer.\n\nIf you enable this setting, users opening the Properties dialog box for all file system objects, including folders, files, shortcuts, and drives, will not be able to access the Security tab. As a result, users will be able to neither change the security settings nor view a list of all users that have access to the resource in question.\n\nIf you disable or do not configure this setting, users will be able to access the security tab."
  9337. NoSMMyPictures_Help="Removes the My Pictures icon from the Start Menu.
  9338. NoSMMyPictures="Remove My Pictures icon from Start Menu"
  9339. NoSMMyNetworkPlaces_Help="Removes the My Network Places icon from the Start Menu.
  9340. NoSMMyNetworkPlaces="Remove My Network Places icon from Start Menu"
  9341. NoSMMyMusic_Help="Removes the My Music icon from the Start Menu.
  9342. NoSMMyMusic="Remove My Music icon from Start Menu"
  9343. NoNetAndDialupConnect_Help="Prevents users from running Network Connections.\n\nThis setting prevents the Network Connections folder from opening. This setting also removes Network Connections from Settings on the Start menu.\n\nNetwork Connections still appears in Control Panel and in Windows Explorer, but if users try to start it, a message appears explaining that a setting prevents the action.\n\nAlso, see the "Disable programs on Settings menu" and "Disable Control Panel" settings and the settings in the Network Connections folder (Computer Configuration and User Configuration\Administrative Templates\Network\Network Connections)."
  9344. NoNetAndDialupConnect="Remove Network Connections from Start Menu"
  9345. NoNetConnectDisconnect_Help="Prevents users from using Windows Explorer or My Network Places to map or disconnect network drives.\n\nIf you enable this setting, the system removes the Map Network Drive and Disconnect Network Drive commands from the toolbar and Tools menus in Windows Explorer and My Network Places and from menus that appear when you right-click the Windows Explorer or My Network Places icons. It also removes the Add Network Place option from My Network Places.\n\nThis setting does not prevent users from connecting to another computer by typing the name of a shared folder in the Run dialog box.\n\nNote:\n\nThis setting was documented incorrectly on the Explain tab in Group Policy for Windows 2000. The Explain tab states incorrectly that this setting prevents users from connecting and disconnecting drives.\n\nNote: It is a requirement for third-party applications with Windows 2000 or later certification to adhere to this setting."
  9346. NoNetConnectDisconnect="Remove "Map Network Drive" and "Disconnect Network Drive""
  9347. NoNetHood_Help="Removes the My Network Places icon from the desktop.\n\nThis setting only affects the desktop icon. It does not prevent users from connecting to the network or browsing for shared computers on the network."
  9348. NoNetHood="Hide My Network Places icon on desktop"
  9349. NoOptions_Help="Removes the Folder Options item from all Windows Explorer menus and removes the Internet Options item from Internet Explorer. This setting also removes the Folder Options icon from Control Panel.\n\nFolder Options appears on the Tools menu in both Control Panel and Windows Explorer. (To open Folder Options, click My Computer, click My Documents, and then click My Network Places). Folder Options also appears as an item in Control Panel.\n\nThe Folder Options dialog box lets users set many properties of Windows Explorer, such as enabling Active Desktop, setting a single-click option for icons, displaying hidden system files, adding and deleting file types, and saving local copies of network files.\n\nInternet Options appears on the Tools menu in Internet Explorer. The Internet Options dialog box is the primary configuration tool for Internet Explorer. It lets users customize their displays, establish security and content standards, configure LAN and dial-up connections, set advanced browser options, and gain access to Certificate Manager and Microsoft Wallet.\n\nThis setting is more restrictive than the "Remove the Folder Options menu item from the Settings menu" setting, which removes Folder Options but displays Internet Options."
  9350. NoPropertiesMyDocuments="Remove Properties from the My Documents context menu"
  9351. NoPropertiesMyDocuments_Help="This setting hides Properties for the context menu on My Documents.\n\nIf you enable this setting, the Properties option will not be present when the user right-clicks My Documents or clicks My Documents and then goes to the File menu.  Likewise, Alt-Enter does nothing when My Documents is selected.\n\nIf you disable or do not configure this setting, the Properties option is displayed as usual."
  9352. NoPlacesBar_Help="Removes the shortcut bar from the Open dialog box.\n\nThis setting, and others in this folder, lets you remove new features added in Windows 2000, so that the Open dialog box looks like it did in Windows NT 4.0 and earlier. These policies only affect programs that use the standard Open dialog box provided to developers of Windows programs.\n\nTo see an example of the standard Open dialog box, start Notepad and, on the File menu, click Open.\n\nNote: It is a requirement for third-party applications with Windows 2000 or later certification to adhere to this setting."
  9353. NoPlacesBar="Hide the common dialog places bar"
  9354. NoRecentDocsHistory_Help="Prevents the operating system and installed programs from creating and displaying shortcuts to recently opened documents.\n\nIf you enable this setting, the system and Windows programs do not create shortcuts to documents opened while the setting is in effect. Also, they retain but do not display existing document shortcuts. The system empties the Documents menu on the Start menu, and Windows programs do not display shortcuts at the bottom of the File menu.\n\nIf you disable this setting, the system defaults are enforced. Disabling this setting has no effect on the system.\n\nNote: The system saves document shortcuts in the user profile in the System-drive\Documents and Settings\User-name\Recent folder.\n\nAlso, see the "Remove Documents menu from Start Menu" and "Clear history of recently opened documents on exit" policies in this folder.\n\nIf you enable this setting but do not enable the "Remove Documents menu from Start Menu" setting, the Documents menu appears on the Start menu, but it is empty.\n\nIf you enable this setting, but then later disable it or set it to Not Configured, the document shortcuts saved before the setting was enabled reappear in the Documents menu and program File menus.\n\nThis setting does not hide document shortcuts displayed in the Open dialog box. See the "Hide the dropdown list of recent files" setting.\n\nNote: It is a requirement for third-party applications with Windows 2000 or later certification to adhere to this setting."
  9355. NoRecentDocsHistory="Do not keep history of recently opened documents"
  9356. NoRecentDocsMenu_Help="Removes the Documents menu from the Start menu.\n\nThe Documents menu contains links to the nonprogram files that users have most recently opened. It appears so that users can easily reopen their documents.\n\nIf you enable this setting, the system saves document shortcuts but does not display them in the Documents menu. If you later disable it or set it to Not Configured, the document shortcuts saved before the setting was enabled and while it was in effect appear in the Documents menu.\n\nNote: This setting does not prevent Windows programs from displaying shortcuts to recently opened documents. See the "Do not keep history of recently opened documents" setting.\n\nAlso, see the "Do not keep history of recently opened documents" and "Clear history of recenTly opened documents on exit" policies in this folder.\n\nThis setting also does not hide document shortcuts displayed in the Open dialog box. See the "Hide the dropdown list of recent files" setting."
  9357. NoRecentDocsMenu="Remove Documents menu from Start Menu"
  9358. NoRecentDocsNetHood="Do not add shares of recently opened documents to My Network Places"
  9359. NoRecentDocsNetHood_Help="Remote shared folders are not added to My Network Places whenever you open a document in the shared folder.\n\nIf you disable this setting or do not configure it, when you open a document in a remote shared folder, the system adds a connection to the shared folder to My Network Places.\n\nIf you enable this setting, shared folders are not added to My Network Places automatically when you open a document in the shared folder."
  9360. NoRemovePage_Help="Removes the Change or Remove Programs button from the Add or Remove Programs bar. As a result, users cannot view or change the attached page.\n\nThe Change or Remove Programs button lets users uninstall, repair, add, or remove features of installed programs.\n\nIf you disable this setting or do not configure it, the Change or Remove Programs page is available to all users.\n\nThis setting does not prevent users from using other tools and methods to delete or uninstall programs."
  9361. NoRemovePage="Hide Change or Remove Programs page"
  9362. NoResolveSearch_Help="Prevents the system from conducting a comprehensive search of the target drive to resolve a shortcut.\n\nBy default, when the system cannot find the target file for a shortcut (.lnk), it searches all paths associated with the shortcut. If the target file is located on an NTFS partition, the system then uses the target's file ID to find a path. If the resulting path is not correct, it conducts a comprehensive search of the target drive in an attempt to find the file.\n\nIf you enable this setting, the system does not conduct the final drive search. It just displays a message explaining that the file is not found.\n\nNote: This setting only applies to target files on NTFS partitions. FAT partitions do not have this ID tracking and search capability.\n\nAlso, see the "Do not track Shell shortcuts during roaming" and the "Do not use the tracking-based method when resolving shell shortcuts" settings."
  9363. NoResolveSearch="Do not use the search-based method when resolving shell shortcuts"
  9364. NoResolveTrack_Help="Prevents the system from using NTFS tracking features to resolve a shortcut.\n\nBy default, when the system cannot find the target file for a shortcut (.lnk), it searches all paths associated with the shortcut. If the target file is located on an NTFS partition, the system then uses the target's file ID to find a path. If the resulting path is not correct, it conducts a comprehensive search of the target drive in an attempt to find the file.\n\nIf you enable this setting, the system does not try to locate the file by using its file ID. It skips this step and begins a comprehensive search of the drive specified in the target path.\n\nNote: This setting only applies to target files on NTFS partitions. FAT partitions do not have this ID tracking and search capability.\n\nAlso, see the "Do not track Shell shortcuts during roaming" and the "Do not use the search-based method when resolving shell shortcuts" settings."
  9365. NoResolveTrack="Do not use the tracking-based method when resolving shell shortcuts"
  9366. NoRun_Help="Allows you to remove the Run command from the Start menu, Internet Explorer, and Task Manager.\n\nIf you enable this setting, the following changes occur:\n\n(1) The Run command is removed from the Start menu.\n\n(2) The New Task (Run) command is removed from Task Manager.\n\n(3) The user will be blocked from entering the following into the Internet Explorer Address Bar:\n\n--- A UNC path: \\<server>\<share> \n\n---Accessing local drives:  e.g., C:\n\n--- Accessing local folders: e.g., \temp>\n\nAlso, users with extended keyboards will no longer be able to display the Run dialog box by pressing the Application key (the key with the Windows logo) + R.\n\nIf you disable or do not configure this setting, users will be able to access the Run command in the Start menu and in Task Manager and use the Internet Explorer Address Bar.\n\n\n\nNote:This setting affects the specified interface only. It does not prevent users from using other methods to run programs.\n\nNote: It is a requirement for third-party applications with Windows 2000 or later certification to adhere to this setting."
  9367. NoRun="Remove Run menu from Start Menu"
  9368. NoRunAsInstallPrompt_Help="Prevents users from submitting alternate logon credentials to install a program.\n\nThis setting suppresses the "Install Program As Other User" dialog box for local and network installations. This dialog box, which prompts the current user for the user name and password of an administrator, appears when users who are not administrators try to install programs locally on their computers. This setting allows administrators who have logged on as regular users to install programs without logging off and logging on again using their administrator credentials.\n\nMany programs can be installed only by an administrator. If you enable this setting and a user does not have sufficient permissions to install a program, the installation continues with the current user's logon credentials. As a result, the installation might fail, or it might complete but not include all features. Or, it might appear to complete successfully, but the installed program might not operate correctly.\n\nIf you disable this setting or do not configure it, the "Install Program As Other User" dialog box appears whenever users install programs locally on the computer.\n\nBy default, users are not prompted for alternate logon credentials when installing programs from a network share. If enabled, this setting overrides the "Request credentials for network installations" setting."
  9369. NoRunasInstallPrompt="Do not request alternate credentials"
  9370. NoSaveSettings_Help="Prevents users from saving certain changes to the desktop.\n\nIf you enable this setting, users can change the desktop, but some changes, such as the position of open windows or the size and position of the taskbar, are not saved when users log off. However, shortcuts placed on the desktop are always saved."
  9371. NoSaveSettings="Don't save settings at exit"
  9372. NoServices_Help="Prevents users from using Add or Remove Programs to configure installed services.\n\nThis setting removes the "Set up services" section of the Add/Remove Windows Components page. The "Set up services" section lists system services that have not been configured and offers users easy access to the configuration tools.\n\nIf you disable this setting or do not configure it, "Set up services" appears only when there are unconfigured system services. If you enable this setting, "Set up services" never appears.\n\nThis setting does not prevent users from using other methods to configure services.\n\nNote: When "Set up services" does not appear, clicking the Add/Remove Windows Components button starts the Windows Component Wizard immediately. Because the only remaining option on the Add/Remove Windows Components page starts the wizard, that option is selected automatically, and the page is bypassed.\n\nTo remove "Set up services" and prevent the Windows Component Wizard from starting, enable the "Hide Add/Remove Windows Components page" setting. If the "Hide Add/Remove Windows Components page" setting is enabled, this setting is ignored."
  9373. NoServices="Go directly to Components Wizard"
  9374. NoSetFolders_Help="Prevents Control Panel, Printers, and Network Connections from running.\n\nThis setting removes the Control Panel, Printers, and Network and Connection folders from Settings on the Start menu, and from My Computer and Windows Explorer. It also prevents the programs represented by these folders (such as Control.exe) from running.\n\nHowever, users can still start Control Panel items by using other methods, such as right-clicking the desktop to start Display or right-clicking My Computer to start System.\n\nAlso, see the "Disable Control Panel," "Disable Display in Control Panel," and "Remove Network Connections from Start Menu" settings."
  9375. NoSetFolders="Remove programs on Settings menu"
  9376. NoSetTaskbar_Help="Removes the Taskbar and Start Menu item from Settings on the Start menu. This setting also prevents the user from opening the Taskbar Properties dialog box.\n\nIf the user right-clicks the taskbar and then clicks Properties, a message appears explaining that a setting prevents the action."
  9377. NoSetTaskbar="Prevent changes to Taskbar and Start Menu Settings"
  9378. NoShellSearchButton="Remove Search button from Windows Explorer"
  9379. NoShellSearchButton_Help="Removes the Search button from the Windows Explorer toolbar.\n\nThis setting removes the Search button from the Standard Buttons toolbar that appears in Windows Explorer and other programs that use the Windows Explorer window, such as My Computer and My Network Places.\n\nIt does not remove the Search button or affect any search features of Internet browser windows, such as the Internet Explorer window.\n\nThis setting does not affect the Search items on the Windows Explorer context menu or on the Start menu. To remove Search from the Start menu, use the "Remove Search menu from Start menu" setting (in User Configuration\Administrative Templates\Start Menu and Taskbar). To hide all context menus, use the "Remove Windows Explorer's default context menu" setting."
  9380. NoSMMyDocuments_Help="Removes the My Documents icon from the Start menu and its submenus.\n\nThis setting only removes the icon. It does not prevent the user from using other methods to gain access to the contents of the My Documents folder.\n\nNote: To make changes to this setting effective, you must log off and then log on.\n\nAlso, see the "Remove My Documents icon on the desktop" setting."
  9381. NoSMMyDocuments="Remove My Documents icon from Start Menu"
  9382. NoStartMenuSubFolders_Help="Hides all folders on the user-specific (top) section of the Start menu. Other items appear, but folders are hidden.\n\nThis setting is designed for use with redirected folders. Redirected folders appear on the main (bottom) section of the Start menu. However, the original, user-specific version of the folder still appears on the top section of the Start menu. Because the appearance of two folders with the same name might confuse users, you can use this setting to hide user-specific folders.\n\nNote that this setting hides all user-specific folders, not just those associated with redirected folders.\n\nIf you enable this setting, no folders appear on the top section of the Start menu. If users add folders to the Start Menu directory in their user profiles, the folders appear in the directory but not on the Start menu.\n\nIf you disable this setting or do not configured it, Windows 2000 and Windows XP display folders on both sections of the Start menu."
  9383. NoStartMenuSubFolders="Remove user's folders from the Start Menu"
  9384. NoSupportInfo_Help="Removes links to the Support Info dialog box from programs on the Change or Remove Programs page.\n\nPrograms listed on the Change or Remove Programs page can include a "Click here for support information" hyperlink. When clicked, the hyperlink opens a dialog box that displays troubleshooting information, including a link to the installation files and data that users need to obtain product support, such as the Product ID and version number of the program. The dialog box also includes a hyperlink to support information on the Internet, such as the Microsoft Product Support Services Web page.\n\nIf you disable this setting or do not configure it, the Support Info hyperlink appears.\n\nNote: Not all programs provide a support information hyperlink."
  9385. NoSupportInfo="Remove Support Information"
  9386. NoToolbarsOnTaskbar="Do not display any custom toolbars in the taskbar"
  9387. NoToolbarsOnTaskbar_Help="This setting affects the taskbar.\n\nThe taskbar includes the Start button, buttons for currently running tasks, custom toolbars, the notification area, and the system clock. Toolbars include Quick Launch, Address, Links, Desktop, and other custom toolbars created by the user or by an application.\n\nIf this setting is enabled, the taskbar does not display any custom toolbars, and the user cannot add any custom toolbars to the taskbar. Moreover, the “Toolbars” menu command and submenu are removed from the context menu. The taskbar displays only the Start button, taskbar buttons, the notification area, and the system clock.\n\nIf this setting is disabled or is not configured, the taskbar displays all toolbars. Users can add or remove custom toolbars, and the “Toolbars” command appears in the context menu."
  9388. NoTrayItemsDisplay="Hide the notification area"
  9389. NoTrayItemsDisplay_Help="This setting affects the notification area (previously called the “system tray”) on the taskbar.\n\nDescription: The notification area is located at the far right end of the task bar and includes the icons for current notifications and the system clock.\n\nIf this setting is enabled, the user’s entire notification area, including the notification icons, is hidden. The taskbar displays only the Start button, taskbar buttons, custom toolbars (if any), and the system clock.\n\nIf this setting is disabled or is not configured, the notification area is shown in the user's taskbar.\n\nNote: Enabling this setting overrides the "Turn off notification area cleanup" setting, because if the notification area is hidden, there is no need to clean up the icons."
  9390. NoTaskBarClock="Remove Clock from the system notification area"
  9391. NoTaskBarClock_Help="Prevents the clock in the system notification area from being displayed.\n\nIf you enable this setting, the clock will not be displayed in the system notification area.\n\nIf you disable or do not configure this setting, the default behavior of the clock appearing in the notification area will occur."
  9392. NoTaskGrouping="Prevent grouping of taskbar items"
  9393. NoTaskGrouping_Help="This setting effects the taskbar buttons used to switch between running programs.\n\nTaskbar grouping consolidates similar applications when there is no room on the taskbar. It kicks in when the user's taskbar is full.\n\nIf you enable this setting, it prevents the taskbar from grouping items that share the same program name. By default, this setting is always enabled.\n\nIf you disable or do not configure it, items on the taskbar that share the same program are grouped together. The users have the option to disable grouping if they choose."
  9394. NoTrayContextMenu_Help="Hides the menus that appear when you right-click the taskbar and items on the taskbar, such as the Start button, the clock, and the taskbar buttons.\n\nThis setting does not prevent users from using other methods to issue the commands that appear on these menus."
  9395. NoTrayContextMenu="Remove access to the context menus for the taskbar"
  9396. NoViewContextMenu_Help="Removes shortcut menus from the desktop and Windows Explorer. Shortcut menus appear when you right-click an item.\n\nIf you enable this setting, menus do not appear when you right-click the desktop or when you right-click the items in Windows Explorer. This setting does not prevent users from using other methods to issue commands available on the shortcut menus."
  9397. NoViewContextMenu="Remove Windows Explorer's default context menu"
  9398. NoViewOnDrive_Help="Prevents users from using My Computer to gain access to the content of selected drives.\n\nIf you enable this setting, users cannot view the contents of the selected drives in My Computer or Windows Explorer. Also, they cannot use the Run dialog box, the Map Network Drive dialog box, or the Dir command to view the directories on these drives.\n\nTo use this setting, select a drive or combination of drives from the drop-down list. To allow access to all drive directories, disable this setting or select the "Do not restrict drives" option from the drop-down list.\n\nNote: The icons representing the specified drives still appear in My Computer, but if users double-click the icons, a message appears explaining that a setting prevents the action.\n\nAlso, this setting does not prevent users from using programs to access local and network drives. And, it does not prevent them from using the Disk Management snap-in to view and change drive characteristics.\n\nAlso, see the "Hide these specified drives in My Computer" setting."
  9399. NoViewOnDrive="Prevent access to drives from My Computer"
  9400. NoWelcomeTips_Help="Supresses the welcome screen.\n\nThis setting hides the welcome screen that is displayed on Windows 2000 Professional and Windows XP Professional each time the user logs on.\n\nUsers can still display the welcome screen by selecting it on the Start menu or by typing "Welcome" in the Run dialog box.\n\nThis setting applies only to Windows 2000 Professional and Windows XP Professional. It does not affect the "Configure Your Server on a Windows 2000 Server"screen on Windows 2000 Server.\n\nNote: This setting appears in the Computer Configuration and User Configuration folders. If both settings are configured, the setting in Computer Configuration takes precedence over the setting in User Configuration.\n\nTip: To display the welcome screen, click Start, point to Programs, point to Accessories, point to System Tools, and then click "Getting Started." To suppress the welcome screen without specifying a setting, clear the "Show this screen at startup" check box on the welcome screen."
  9401. NoWelcomeTips="Don't display the Getting Started welcome screen at logon"
  9402. NoWindowsSetupPage_Help="Removes the Add/Remove Windows Components button from the Add or Remove Programs bar. As a result, users cannot view or change the associated page.\n\nThe Add/Remove Windows Components button lets users configure installed services and use the Windows Component Wizard to add, remove, and configure components of Windows 2000 from the installation files.\n\nIf you disable this setting or do not configure it, the Add/Remove Windows Components button is available to all users.\n\nThis setting does not prevent users from using other tools and methods to configure services or add or remove program components. However, this setting blocks user access to the Windows Component Wizard."
  9403. NoWindowsSetupPage="Hide Add/Remove Windows Components page"
  9404. NoWindowsUpdate_Help="Prevents users from connecting to the Windows Update Web site.\n\nThis setting blocks user access to the Windows Update Web site at http://windowsupdate.microsoft.com. Also, the setting removes the Windows Update hyperlink from the Start menu and from the Tools menu in Internet Explorer.\n\nWindows Update, the online extension of Windows, offers software updates to keep a user’s system up-to-date. The Windows Update Product Catalog determines any system files, security fixes, and Microsoft updates that users need and shows the newest versions available for download.\n\nAlso, see the "Hide the "Add programs from Microsoft" option" setting."
  9405. NoWindowsUpdate="Remove links and access to Windows Update"
  9406. NoWorkGroupContents_Help="Removes computers in the user's workgroup and domain from lists of network resources in Windows Explorer and My Network Places.\n\nIf you enable this setting, the system removes the "Computers Near Me" option and the icons representing nearby computers from My Network Places. This setting also removes these icons from the Map Network Drive browser.\n\nThis setting does not prevent users from connecting to computers in their workgroup or domain by other commonly used methods, such as typing the share name in the Run dialog box or the Map Network Drive dialog box.\n\nTo remove network computers from lists of network resources, use the "No Entire Network in My Network Places" setting."
  9407. NoWorkgroupContents="No "Computers Near Me" in My Network Places"
  9408. PCHealth="Error Reporting"
  9409. PCH_AdvancedReporting="Advanced Error Reporting settings"
  9410. PCH_ShowUI="Display Error Notification"
  9411. PCH_ShowUI_Help="Use this setting to control whether or not a user is given the choice to report an error.\n\nWhen Display Error Notification is enabled, the user will be notified that an error has occurred and will be given access to details about the error.  If the Report Errors setting is also enabled, the user will also be given the choice of whether to report the error.\n\nWhen Display Error Notification is not enabled, the user will not be given the choice of whether to report the error. If the Report Errors setting is enabled, the error will be automatically reported, but the user will not be notified that an error has occurred.\nDisabling this setting is useful for server machines that do not have interactive users.\n\nIf you do not configure this setting, the user will be able to adjust the setting via the control panel, which is set to 'enable notification' by default on Windows XP Personal and Windows XP Professional machines and 'disable notification' on servers.\n\nAlso, see the "Report Errors" policy."
  9412. PCH_ShowUI_Chk="Enable error notification."
  9413. PCH_DoReport="Report Errors"
  9414. PCH_DoReport_Help="Use this setting to control whether or not errors are reported.\n\nIf Report Errors is enabled, the errors may be reported to Microsoft via the Internet or to a corporate file share.\nIf the 'Do not display links to any Microsoft "more information" web sites' checkbox is checked, links to Microsoft web sites that have more information about the error message will not be displayed.\nIf the 'Do not collect additional files' checkbox is checked, additional files will not be collected and included in the error reports.\nIf the 'Do not collect additional machine data' checkbox is checked, additional information about the machine will not be collected and included in the error reports.\nIf the 'Force queue mode for application errors' checkbox is checked, then the user will not be offered the chance to report when an error occurs.  Instead, the error will be placed in a queue directory, and the next admin to log onto the machine will be given the chance to report the error.\nUse the 'Corporate file path' setting to set a UNC path that errors reports will be uploaded to. By entering a path, all error reports will go to the UNC path and Corporate Error Reporting will be enabled.\nIf an entry is made in the 'Replace instances of the word "Microsoft" with' setting, instances of the word "Microsoft" will be replaced with the contents of the entry in the error notification dialog boxes. This can be used to customize the error reporting dialogs with your company's name.\n\nIf Report Errors is disabled, users will not be given the option to report errors. If Display Error Notification is enabled, then users will still get a message indicating that a problem occurred, but will not have the option to report.\n\nIf you do not configure this setting, the user will be able to adjust the setting via the control panel, which is set to 'enable reporting' by default on Windows XP Personal and Windows XP Professional and 'disable reporting' on servers.\n\nIf this setting is enabled, it will override any settings made via the control panel for error reporting.  If this setting is enabled, default values will be used for any error reporting policies that are not configured (even if settings were adjusted via the control panel).\n\nAlso, see the "Display Error Notification" setting."
  9415. PCH_NoExternalURL_Chk="Do not display links to any Microsoft provided 'more information' web sites."
  9416. PCH_NoFileCollect_Chk="Do not collect additional files"
  9417. PCH_NoLevelTwo_Chk="Do not collect additional machine data"
  9418. PCH_ForceQ_Chk="Force queue mode for application errors"
  9419. PCH_DumpPath_Edit="Corporate upload file path:"
  9420. PCH_CompanyText_Edit="Replace instances of the word 'Microsoft' with:"
  9421. PCH_AllOrNoneDef="Default application reporting settings"
  9422. PCH_AllOrNoneDef_Help="This setting controls whether or not errors in general applications are included when error reporting is enabled.\n\nWhen this setting is enabled, The 'Default' dropdown list allows you to choose whether or not to report all application errors or no application errors by default.\n\nWhen the 'Report all errors in Microsoft applications' checkbox is checked, all errors in Microsoft applications will be reported, regardless of the setting in the 'Default' dropdown list.\n\nWhen the 'Report all errors in Windows components' checkbox is checked, all errors in Windows applications will be reported, regardless of the setting in the 'Default' dropdown list.\n\nIf this setting is disabled, or not configured, the user will be able to adjust this setting via the control panel, which is set to 'upload all applications' by default.\n\nThis setting is ignored if the 'Report Errors' setting is disabled or not configured.\n\nAlso see the 'Report Errors' and 'Report Operating System Errors' policies."
  9423. PCH_AllOrNoneDef_List="Default:"
  9424. PCH_AllOrNoneDef_Include="Report all application errors"
  9425. PCH_AllOrNoneDef_Exclude="Do not report any application errors"
  9426. PCH_AllOrNoneWinComp_Chk="Report all errors in Windows components."
  9427. PCH_AllOrNoneIncMS_Chk="Report all errors in Microsoft applications."
  9428. PCH_AllOrNoneInc="List of applications to always report errors for"
  9429. PCH_AllOrNoneInc_Help="This setting specifies the applications that are always included in error reporting.\n\nWhen this setting is enabled, You can create a list of applications that are always included in error reporting: click the 'Show' button, and edit the list of application file names. The file names must include the .exe file extension (for example, 'notepad.exe'). Errors generated by applications on this list will be reported, even if the Default dropdown in the Default Application Reporting setting is set to report no application errors.\nIf the 'Report all errors in Microsoft applications' or 'Report all errors in Windows components' checkbox in the Default Application Reporting setting is checked, error reporting will report errors as though all applications in these categories were added to this list. (Note: The 'Microsoft applications' category includes the 'Windows components' category.\n\nWhen this setting is disabled or not configured, no list of explicitly included files will be used, though the two checkboxes mentioned above will still be honored.\n\nAlso see the "Default Application Reporting" and "Application Exclusion List" policies.\n\nThis setting will be ignored if the 'Report Errors' setting is disabled or not configured."
  9430. PCH_AllOrNoneInc_List="Report errors for applications on this list:"
  9431. PCH_AllOrNoneEx="List of applications to never report errors for"
  9432. PCH_AllOrNoneEx_Help="This setting controls error reporting for errors in general applications when error reporting is enabled.\n\nThe "Default" dropdown list allows you to choose whether or not to report all application errors or no application errors by default.\n\nTo create a list of applications that error reporting will report for, click the "Show" button next to "Report errors for applications on this list" and edit the list of application filenames (example: notepad.exe).  Errors generated by applications in this list will be reported, even if "Default" is set to report no application errors.  You may use the "Report all errors in Microsoft applications" and "Report all errors in Windows components" checkboxes to implicitly add applications in these categories to the include list.  Note that the "Microsoft applications" category includes the "Windows components" category.\n\nTo create a list of applications that error reporting will exclude from reporting, click the "Show" button next to "Exclude errors for applications on this list".  Errors generated by applications in this list will never be reported, even if the default is set to report all application errors.\n\nThe exclude list has priority, so if an application is listed in the include list and exclude list the application will be excluded.  You may also use the exclude list to exclude specific Microsoft applications or Windows components if you implicitly included these categories in the include list via the two checkboxes.\n\nIf you disable this setting or do not configure it, the user will be able to adjust this setting via the control panel, which is set to 'upload all applications' by default."
  9433. PCH_AllOrNoneEx_List="Exclude errors for applications on this list:"
  9434. PCH_ReportOperatingSystemFaults="Report operating system errors"
  9435. PCH_ReportOperatingSystemFaults_Help="This setting controls whether or not errors in the operating system are included when error reporting is enabled.\n\nWhen this setting is enabled, error reporting will include operating system errors.\n\nWhen this setting is disabled, operating system errors will not be included in error reporting.\n\nIf you do not configure this setting, the user will be able to adjust this setting via the control panel, which is set to 'upload operating system errors' by default\n\nAlso see the 'Report Errors' setting."
  9436. PCH_ReportOperatingSystemFaults_Chk="Enable error reporting for operating system errors"
  9437. PCH_ReportShutdownEvents="Report unplanned shutdown events"
  9438. PCH_ReportShutdownEvents_Help="This setting controls whether or not unplanned shutdown events can be reported when error reporting is enabled.\n\nWhen this setting is enabled, error reporting will include unplanned shutdown events.\n\nWhen this setting is disabled, unplanned shutdown events will not be included in error reporting.\n\nIf you do not configure this setting, the user will be able to adjust this setting via the control panel, which is set to 'upload unplanned shutdown events' by default.\n\nAlso see the 'Report Errors' setting."
  9439. PD_DOWNLOAD="Download profile"
  9440. PD_USELOCAL="Use local profile"
  9441. PhysicalLocation_Help="Specifies the default location criteria used when searching for printers.\n\nThis setting is a component of the Location Tracking feature of Windows 2000 printers. To use this setting, enable Location Tracking by enabling the "Pre-populate printer search location text" setting.\n\nWhen Location Tracking is enabled, the system uses the specified location as a criterion when users search for printers. The value you type here overrides the actual location of the computer conducting the search.\n\nType the location of the user's computer. When users search for printers, the system uses the specified location (and other search criteria) to find a printer nearby. You can also use this setting to direct users to a particular printer or group of printers that you want them to use.\n\nIf you disable this setting or do not configure it, and the user does not type a location as a search criterion, the system searches for a nearby printer based on the IP address and subnet mask of the user's computer."
  9442. PhysicalLocation_Name="Location"
  9443. PhysicalLocation_Tip1="Enter the location of this computer"
  9444. PhysicalLocation_Tip2="For example: CityName/Building 2/Floor 1/Office 1800"
  9445. PhysicalLocation="Computer location"
  9446. PhysicalLocationSupport_Help="Enables the physical Location Tracking support feature of Windows 2000 printers.\n\nLocation tracking lets you design a location scheme for your enterprise and assign computers and printers to locations in your scheme. Location tracking overrides the standard method of locating and associating users and printers, which uses the IP address and subnet mask of a computer to estimate its physical location and proximity to other computers.\n\nIf you enable Location Tracking, a Browse button appears beside the Location field in the Find Printers dialog box. (To go to the Browse button, click Start, click Search, and click For printers.) The Browse button also appears on the General tab of the Properties dialog box for a printer. It lets users browse for printers by location without their having to know the precise location (or location naming scheme). Also, if you enable the "Computer location" setting, the default location you type appears in the Location field.\n\nIf you disable this setting or do not configure it, Location Tracking is disabled. Printer proximity is estimated based on IP address and subnet mask."
  9447. PhysicalLocationSupport="Pre-populate printer search location text"
  9448. PickOneDrive="Restrict these drives"
  9449. PlacesBar="Items displayed in Places Bar"
  9450. PlacesBar_Help="Configures the list of items displayed in the Places Bar in the Windows File/Open dialog. If enable this setting you can specify from 1 to 5 items to be displayed in the Places Bar.\n\nThe valid items you may display in the Places Bar are:\n\n1) Shortcuts to a local folders\n-- (ex. C:\Windows)\n\n2) Shortcuts to remote folders\n-- (\\server\share)\n\n3) Common Shell folders.\n\nThe list of Common Shell Folders that may be specified:\n\nCommonDocuments, CommonMusic, CommonPictures, Desktop, MyComputer, MyDocuments, MyFavorites, MyMusic, MyNetworkPlaces, MyPictures, Printers, ProgramFiles, Recent.\n\nIf you disable or do not configure this setting the default list of items will be displayed in the Places Bar."
  9451. Places="Places to to display:
  9452. Places0="Item 1"
  9453. Places1="Item 2"
  9454. Places2="Item 3"
  9455. Places3="Item 4"
  9456. Places4="Item 5"
  9457. PointAndPrint_Restrictions="Point and Print Restrictions"
  9458. PointAndPrint_Restrictions_Help="See http://go.microsoft.com/fwlink/?LinkId=6739"
  9459. PointAndPrint_TrustedForest_Chk="Users can only point and print to machines in their forest."
  9460. PointAndPrint_TrustedServers_Chk="Users can only point and print to these servers:"
  9461. PointAndPrint_TrustedServers_Edit="Enter fully qualified server names separated by semicolons"
  9462. Pol_AlwaysPinSubFolders="Subfolders always available offline"
  9463. Pol_AlwaysPinSubFolders_Help ="Makes subfolders available offline whenever their parent folder is made available offline.\n\nThis setting automatically extends the "make available offline" setting to all new and existing subfolders of a folder. Users do not have the option of excluding subfolders.\n\nIf you enable this setting, when you make a folder available offline, all folders within that folder are also made available offline. Also, new folders that you create within a folder that is available offline are made available offline when the parent folder is synchronized.\n\nIf you disable this setting or do not configure it, the system asks users whether they want subfolders to be made available offline when they make a parent folder available offline."
  9464. Pol_AssignedOfflineFiles_Help="Lists network files and folders that are always available for offline use. This setting makes the specified files and folders available offline to users of the computer.\n\nTo assign a folder, click Show, and then click Add. In the "Type the name of the item to be added" box, type the fully qualified UNC path to the file or folder. Leave the "Enter the value of the item to be added" field blank.\n\nNote: This setting appears in the Computer Configuration and User Configuration folders. If both settings are configured, the settings will be combined and all specified files will be available for offline use."
  9465. Pol_AssignedOfflineFiles="Administratively assigned offline files"
  9466. Pol_CustomGoOfflineActions_Help="Determines how computers respond when they are disconnected from particular offline file servers. This setting overrides the default response, a user-specified response, and the response specified in the "Action on server disconnect" setting.\n\nTo use this setting, click Show, and then click Add. In the "Type the name of the item to be added" box, type the server's computer name. Then, in the "Type the value of the item to be added" box, type "0" if users can work offline when they are disconnected from this server, or type "1" if they cannot.\n\nThis setting appears in the Computer Configuration and User Configuration folders.  If both settings are configured for a particular server, the setting in Computer Configuration takes precedence over the setting in User Configuration.  Both Computer and User configuration take precedence over a user's setting.  This setting does not prevent users from setting custom actions through the Offline Files tab.  However, users are unable to change any custom actions established via this setting.\n\nTip: To configure this setting without establishing a setting, in Windows Explorer, on the Tools menu, click Folder Options, click the Offline Files tab, and then click Advanced. This setting corresponds to the settings in the "Exception list" section."
  9467. Pol_CustomGoOfflineActions="Non-default server disconnect actions"
  9468. Pol_DefCacheSize_Help="Limits the percentage of the computer's disk space that can be used to store automatically cached offline files.\n\nThis setting also disables the "Amount of disk space to use for temporary offline files" option on the Offline Files tab. This prevents users from trying to change the option while a setting controls it.\n\nAutomatic caching can be set on any network share. When a user opens a file on the share, the system automatically stores a copy of the file on the user's computer.\n\nThis setting does not limit the disk space available for files that user's make available offline manually.\n\nIf you enable this setting, you can specify an automatic-cache disk space limit.\n\nIf you disable this setting, the system limits the space that automatically cached files occupy to 10 percent of the space on the system drive.\n\nIf you do not configure this setting, disk space for automatically cached files is limited to 10 percent of the system drive by default, but users can change it.\n\nTip: To change the amount of disk space used for automatic caching without specifying a setting, in Windows Explorer, on the Tools menu, click Folder Options, click the Offline Files tab, and then use the slider bar associated with the "Amount of disk space to use for temporary offline files" option."
  9469. Pol_DefCacheSize="Default cache size"
  9470. Pol_Enabled_Help="Determines whether the Offline Files feature is enabled.\n\nThis setting also disables the "Enable Offline Files" option on the Offline Files tab. This prevents users from trying to change the option while a setting controls it.\n\nOffline Files saves a copy of network files on the user's computer for use when the computer is not connected to the network.\n\nIf you enable this setting, Offline Files is enabled and users cannot disable it.\n\nIf you disable this setting, Offline Files is disabled and users cannot enable it.\n\nBy default, Offline Files is enabled on Windows 2000 Professional and is disabled on Windows 2000 Server.\n\nTip: To enable Offline Files without specifying a setting, in Windows Explorer, on the Tools menu, click Folder Options, click the Offline Files tab, and then click "Enable Offline Files."\n\nNote: To make changes to this setting effective, you must restart Windows 2000."
  9471. Pol_Enabled="Allow or Disallow use of the Offline Files feature"
  9472. Pol_EncryptOfflineFiles="Encrypt the Offline Files cache"
  9473. Pol_EncryptOfflineFiles_Help="This setting determines whether offline files are encrypted.\n\nOffline files reside on a user's hard drive, not the network, and they are stored in a local cache on the computer. Encrypting this cache enhances security on a local computer. If the cache on the local computer is not encrypted, any encrypted files cached from the network will not be encrypted on the local computer. This may pose a security risk in some environments.\n\nIf you enable this setting, all files in the Offline Files cache are encrypted.  This includes existing files as well as files added later. The cached copy on the local computer is affected, but the associated network copy is not. The user cannot unencrypt Offline Files through the user interface.\n\nIf you disable this setting, all files in the Offline Files cache are unencrypted. This includes existing files as well as files added later. The cached copy on the local computer is affected, but the associa